diff --git a/lib/widget/viewer.dart b/lib/widget/viewer.dart index 00d7df10..da8261d2 100644 --- a/lib/widget/viewer.dart +++ b/lib/widget/viewer.dart @@ -370,7 +370,7 @@ class _ViewerState extends State if (_scrollStartPosition == 0) { // start at top _overscrollSum += notification.overscroll; - if (_overscrollSum < -176) { + if (_overscrollSum < -160) { // and scroll downwards Navigator.of(context).pop(); }