Changes header text of bottom sheet to Change Space

This commit is contained in:
ericdecanini 2022-08-05 15:45:53 +02:00
parent 90f2b93763
commit 0567fa3e53
3 changed files with 3 additions and 2 deletions

View File

@ -194,7 +194,7 @@ class SpaceListViewModel @AssistedInject constructor(
val moved = removeAt(index)
add(index + action.delta, moved)
},
spaceOrderLocalEchos = updatedLocalEchos
spaceOrderLocalEchos = updatedLocalEchos,
)
}
session.coroutineScope.launch {

View File

@ -7,7 +7,7 @@
android:background="@drawable/bg_space_item"
android:orientation="vertical"
android:padding="16dp"
android:text="@string/all_chats"
android:text="@string/change_space"
android:textAllCaps="true"
android:textColor="?vctr_content_tertiary"
android:textSize="14sp"

View File

@ -137,6 +137,7 @@
<!-- Home Screen -->
<string name="all_chats">All Chats</string>
<string name="change_space">Change Space</string>
<!-- Last seen time -->