mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-19 19:01:24 +08:00
fix initial isDyAllowed
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -13,7 +13,7 @@ class CustomVerticalDragGestureRecognizer
|
|||||||
|
|
||||||
IsDyAllowed? isDyAllowed;
|
IsDyAllowed? isDyAllowed;
|
||||||
|
|
||||||
bool _isDyAllowed = false;
|
bool _isDyAllowed = true;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
bool isPointerAllowed(PointerEvent event) {
|
bool isPointerAllowed(PointerEvent event) {
|
||||||
|
|||||||
Reference in New Issue
Block a user