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