mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Fix for intermittent date header in CFv2.
This commit is contained in:
@@ -2265,7 +2265,7 @@ class ConversationFragment :
|
||||
}
|
||||
|
||||
override fun onScrollStateChanged(recyclerView: RecyclerView, newState: Int) {
|
||||
if (newState == RecyclerView.SCROLL_STATE_DRAGGING) {
|
||||
if (newState != RecyclerView.SCROLL_STATE_IDLE) {
|
||||
scrollDateHeaderHelper.show()
|
||||
} else {
|
||||
scrollDateHeaderHelper.hide()
|
||||
|
||||
Reference in New Issue
Block a user