Add Reverse Tap to Turn Page. Close #186

This commit is contained in:
2025-02-11 19:02:16 +08:00
parent f4804faf52
commit c600d99c58
5 changed files with 24 additions and 10 deletions

View File

@@ -700,10 +700,8 @@ class _ContinuousModeState extends State<_ContinuousMode>
@override
bool handleOnTap(Offset location) {
if (delayedIsScrolling) {
print('isScrolling');
return true;
}
print('isNotScrolling');
return false;
}
}