mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-25 02:55:23 +00:00
fix: handle recyclerview scrolled on scroll to first unread if it's the first load
This commit is contained in:
parent
f7b8a90edb
commit
7ed12ce87d
@ -498,6 +498,7 @@ class ConversationActivityV2 : PassphraseRequiredActionBarActivity(), InputBarDe
|
||||
jumpToMessage(author, messageTimestamp, null)
|
||||
} else if (firstLoad.getAndSet(false)) {
|
||||
scrollToFirstUnreadMessageIfNeeded()
|
||||
handleRecyclerViewScrolled()
|
||||
}
|
||||
}
|
||||
updatePlaceholder()
|
||||
|
Loading…
Reference in New Issue
Block a user