mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-29 18:39:27 +01:00
Changes header text of bottom sheet to Change Space
This commit is contained in:
parent
90f2b93763
commit
0567fa3e53
@ -194,7 +194,7 @@ class SpaceListViewModel @AssistedInject constructor(
|
||||
val moved = removeAt(index)
|
||||
add(index + action.delta, moved)
|
||||
},
|
||||
spaceOrderLocalEchos = updatedLocalEchos
|
||||
spaceOrderLocalEchos = updatedLocalEchos,
|
||||
)
|
||||
}
|
||||
session.coroutineScope.launch {
|
||||
|
@ -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"
|
||||
|
@ -137,6 +137,7 @@
|
||||
|
||||
<!-- Home Screen -->
|
||||
<string name="all_chats">All Chats</string>
|
||||
<string name="change_space">Change Space</string>
|
||||
|
||||
<!-- Last seen time -->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user