Fix for intermittent date header in CFv2.
This commit is contained in:
parent
74c261f913
commit
34cb4c579c
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue