Skip to content

Commit a697d14

Browse files
authored
SES-4388 : Auto scrolling issues (#1481)
* Scroll to bottom after sending attachments * removed loaded restart
1 parent 2ec8a29 commit a697d14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/main/java/org/thoughtcrime/securesms/conversation/v2/ConversationActivityV2.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2114,6 +2114,9 @@ class ConversationActivityV2 : ScreenLockActionBarActivity(), InputBarDelegate,
21142114
// Reset attachments button if needed
21152115
if (isShowingAttachmentOptions) { toggleAttachmentOptions() }
21162116

2117+
// Keep it fixed on the bottom right away
2118+
binding.conversationRecyclerView.handleScrollToBottom()
2119+
21172120
// do the heavy work in the bg
21182121
lifecycleScope.launch(Dispatchers.Default) {
21192122
runCatching {

0 commit comments

Comments
 (0)