Disable FAB while scrolling.

Fixes #45.
This commit is contained in:
Black Hat 2018-09-07 07:49:17 +08:00
parent 8db333837d
commit 66c5a7a964
1 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ Item {
spacing: 8
boundsBehavior: Flickable.DragOverBounds
maximumFlickVelocity: 2048
flickDeceleration: 9001
cacheBuffer: 200
@ -195,7 +195,7 @@ Item {
id: goTopFab
visible: !parent.atYEnd
visible: !(parent.atYEnd || messageListView.moving)
anchors.right: parent.right
anchors.bottom: parent.bottom