Improve UI.

This commit is contained in:
2025-04-05 20:48:04 +08:00
parent 6eb0060dd6
commit aa8eec5792
2 changed files with 9 additions and 1 deletions

View File

@@ -249,6 +249,9 @@ class _SettingsPageState extends State<SettingsPage> implements PopEntry {
}
void handlePointerDown(PointerDownEvent event) {
if (!App.isIOS) {
return;
}
if (event.position.dx < 20) {
gestureRecognizer.addPointer(event);
}