mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Update the title of the local room timeline
This commit is contained in:
parent
68bd55fef5
commit
fb87d31ce4
1 changed files with 1 additions and 1 deletions
|
@ -1709,7 +1709,7 @@ class TimelineFragment @Inject constructor(
|
|||
views.includeRoomToolbar.roomToolbarContentView.isVisible = false
|
||||
views.includeThreadToolbar.roomToolbarThreadConstraintLayout.isVisible = false
|
||||
setupToolbar(views.roomToolbar)
|
||||
.setTitle(R.string.fab_menu_create_chat)
|
||||
.setTitle(R.string.room_member_open_or_create_dm)
|
||||
.allowBack(useCross = true)
|
||||
}
|
||||
isThreadTimeLine() -> {
|
||||
|
|
Loading…
Add table
Reference in a new issue