Make conversation screen scrollable

See https://github.com/FossifyOrg/Messages/issues/359
This commit is contained in:
Naveen Singh 2025-04-01 12:20:43 +05:30
parent 3c4175f520
commit 72e5cbac3c
No known key found for this signature in database
GPG key ID: AF5D43C216778C0B
2 changed files with 93 additions and 84 deletions

View file

@ -54,7 +54,7 @@ class ConversationDetailsActivity : SimpleActivity() {
useTopSearchMenu = false
)
setupMaterialScrollListener(
scrollingView = binding.participantsRecyclerview,
scrollingView = binding.conversationDetailsNestedScrollview,
toolbar = binding.conversationDetailsToolbar
)