Skip to content

Commit 6407d13

Browse files
committed
Fix compilation issue after string key renaming.
1 parent fb344d2 commit 6407d13

File tree

1 file changed

+2
-2
lines changed
  • features/space/impl/src/main/kotlin/io/element/android/features/space/impl/leave

1 file changed

+2
-2
lines changed

features/space/impl/src/main/kotlin/io/element/android/features/space/impl/leave/LeaveSpaceView.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,11 @@ private fun LeaveSpaceHeader(
176176
)
177177
if (state.showQuickAction) {
178178
if (state.areAllSelected) {
179-
QuickActionButton(CommonStrings.common_deselect_all) {
179+
QuickActionButton(CommonStrings.action_deselect_all) {
180180
state.eventSink(LeaveSpaceEvents.DeselectAllRooms)
181181
}
182182
} else {
183-
QuickActionButton(resId = CommonStrings.common_select_all) {
183+
QuickActionButton(resId = CommonStrings.action_select_all) {
184184
state.eventSink(LeaveSpaceEvents.SelectAllRooms)
185185
}
186186
}

0 commit comments

Comments
 (0)