Update the title of the local room timeline
This commit is contained in:
parent
68bd55fef5
commit
fb87d31ce4
|
@ -1709,7 +1709,7 @@ class TimelineFragment @Inject constructor(
|
||||||
views.includeRoomToolbar.roomToolbarContentView.isVisible = false
|
views.includeRoomToolbar.roomToolbarContentView.isVisible = false
|
||||||
views.includeThreadToolbar.roomToolbarThreadConstraintLayout.isVisible = false
|
views.includeThreadToolbar.roomToolbarThreadConstraintLayout.isVisible = false
|
||||||
setupToolbar(views.roomToolbar)
|
setupToolbar(views.roomToolbar)
|
||||||
.setTitle(R.string.fab_menu_create_chat)
|
.setTitle(R.string.room_member_open_or_create_dm)
|
||||||
.allowBack(useCross = true)
|
.allowBack(useCross = true)
|
||||||
}
|
}
|
||||||
isThreadTimeLine() -> {
|
isThreadTimeLine() -> {
|
||||||
|
|
Loading…
Reference in New Issue