File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ class _PageListViewportGesturesState extends State<PageListViewportGestures> wit
126
126
}
127
127
128
128
void _onScaleUpdate (ScaleUpdateDetails details) {
129
- PageListViewportLogs .pagesList
129
+ PageListViewportLogs .pagesListGestures
130
130
.finer ("onScaleUpdate() - new focal point ${details .focalPoint }, focal delta: ${details .focalPointDelta }" );
131
131
if (! _isPanning) {
132
132
// The user is interacting with a stylus. We don't want to pan
@@ -413,11 +413,6 @@ class DeprecatedPanAndScaleVelocityTracker {
413
413
}
414
414
}
415
415
416
- if (gestureDuration < const Duration (milliseconds: 40 )) {
417
- PageListViewportLogs .pagesListGestures.fine (" - this gesture was too short to count. Ignoring." );
418
- return ;
419
- }
420
-
421
416
if (_previousGesturePointerCount! > 1 ) {
422
417
// The user was scaling. Now the user is panning. We don't want scale
423
418
// gestures to contribute momentum, so we set the launch velocity to zero.
You can’t perform that action at this time.
0 commit comments