mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-06 14:03:45 +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)
|
val moved = removeAt(index)
|
||||||
add(index + action.delta, moved)
|
add(index + action.delta, moved)
|
||||||
},
|
},
|
||||||
spaceOrderLocalEchos = updatedLocalEchos
|
spaceOrderLocalEchos = updatedLocalEchos,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
session.coroutineScope.launch {
|
session.coroutineScope.launch {
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
android:background="@drawable/bg_space_item"
|
android:background="@drawable/bg_space_item"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:padding="16dp"
|
android:padding="16dp"
|
||||||
android:text="@string/all_chats"
|
android:text="@string/change_space"
|
||||||
android:textAllCaps="true"
|
android:textAllCaps="true"
|
||||||
android:textColor="?vctr_content_tertiary"
|
android:textColor="?vctr_content_tertiary"
|
||||||
android:textSize="14sp"
|
android:textSize="14sp"
|
||||||
|
@ -137,6 +137,7 @@
|
|||||||
|
|
||||||
<!-- Home Screen -->
|
<!-- Home Screen -->
|
||||||
<string name="all_chats">All Chats</string>
|
<string name="all_chats">All Chats</string>
|
||||||
|
<string name="change_space">Change Space</string>
|
||||||
|
|
||||||
<!-- Last seen time -->
|
<!-- Last seen time -->
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user