Make conversation screen scrollable
See https://github.com/FossifyOrg/Messages/issues/359
This commit is contained in:
parent
3c4175f520
commit
72e5cbac3c
2 changed files with 93 additions and 84 deletions
|
|
@ -54,7 +54,7 @@ class ConversationDetailsActivity : SimpleActivity() {
|
|||
useTopSearchMenu = false
|
||||
)
|
||||
setupMaterialScrollListener(
|
||||
scrollingView = binding.participantsRecyclerview,
|
||||
scrollingView = binding.conversationDetailsNestedScrollview,
|
||||
toolbar = binding.conversationDetailsToolbar
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue