mirror of
https://github.com/venera-app/venera.git
synced 2025-12-16 07:01:16 +00:00
Add Reverse Tap to Turn Page. Close #186
This commit is contained in:
@@ -700,10 +700,8 @@ class _ContinuousModeState extends State<_ContinuousMode>
|
||||
@override
|
||||
bool handleOnTap(Offset location) {
|
||||
if (delayedIsScrolling) {
|
||||
print('isScrolling');
|
||||
return true;
|
||||
}
|
||||
print('isNotScrolling');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user