mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-25 11:05:25 +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)
|
jumpToMessage(author, messageTimestamp, null)
|
||||||
} else if (firstLoad.getAndSet(false)) {
|
} else if (firstLoad.getAndSet(false)) {
|
||||||
scrollToFirstUnreadMessageIfNeeded()
|
scrollToFirstUnreadMessageIfNeeded()
|
||||||
|
handleRecyclerViewScrolled()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
updatePlaceholder()
|
updatePlaceholder()
|
||||||
|
Loading…
Reference in New Issue
Block a user