Skip to content

Commit e611b0c

Browse files
committed
scroll
1 parent b7d9925 commit e611b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/mixin/scroll_status_listener.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mixin ScrollStatusListener {
1616
scrollStatusListerState.isScrolling = true;
1717
}
1818
if (notification is ScrollEndNotification) {
19-
timer = Timer(const Duration(milliseconds: 100), () {
19+
timer = Timer(const Duration(milliseconds: 200), () {
2020
scrollStatusListerState.isScrolling = false;
2121
});
2222
}

0 commit comments

Comments
 (0)