fix: handle recyclerview scrolled on scroll to first unread if it's the first load

This commit is contained in:
0x330a 2023-05-17 13:28:12 +10:00
parent f7b8a90edb
commit 7ed12ce87d
No known key found for this signature in database
GPG Key ID: 267811D6E6A2698C

View File

@ -498,6 +498,7 @@ class ConversationActivityV2 : PassphraseRequiredActionBarActivity(), InputBarDe
jumpToMessage(author, messageTimestamp, null)
} else if (firstLoad.getAndSet(false)) {
scrollToFirstUnreadMessageIfNeeded()
handleRecyclerViewScrolled()
}
}
updatePlaceholder()