Fix compilation issue after string key renaming.
This commit is contained in:
parent
eb371b99e6
commit
bbc845f99f
1 changed files with 2 additions and 2 deletions
|
|
@ -176,11 +176,11 @@ private fun LeaveSpaceHeader(
|
||||||
)
|
)
|
||||||
if (state.showQuickAction) {
|
if (state.showQuickAction) {
|
||||||
if (state.areAllSelected) {
|
if (state.areAllSelected) {
|
||||||
QuickActionButton(CommonStrings.common_deselect_all) {
|
QuickActionButton(CommonStrings.action_deselect_all) {
|
||||||
state.eventSink(LeaveSpaceEvents.DeselectAllRooms)
|
state.eventSink(LeaveSpaceEvents.DeselectAllRooms)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
QuickActionButton(resId = CommonStrings.common_select_all) {
|
QuickActionButton(resId = CommonStrings.action_select_all) {
|
||||||
state.eventSink(LeaveSpaceEvents.SelectAllRooms)
|
state.eventSink(LeaveSpaceEvents.SelectAllRooms)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue