Room list: let the fab animation be quicker

This commit is contained in:
ganfra 2019-08-14 14:18:56 +02:00
parent 63af03bedd
commit 3d2d219d79
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class RoomListFragment : VectorBaseFragment(), RoomSummaryController.Listener, O

when (newState) {
RecyclerView.SCROLL_STATE_IDLE -> {
createChatFabMenu.postDelayed(showFabRunnable, 1000)
createChatFabMenu.postDelayed(showFabRunnable, 250)
}
RecyclerView.SCROLL_STATE_DRAGGING,
RecyclerView.SCROLL_STATE_SETTLING -> {