mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-08-05 10:10:14 +08:00
@@ -33,10 +33,8 @@ class _MiniBottomSheetState extends BottomSheetState {
|
||||
@override
|
||||
void dispose() {
|
||||
super.dispose();
|
||||
if (widget.enableDrag) {
|
||||
_verticalDragGestureRecognizer?.dispose();
|
||||
_verticalDragGestureRecognizer = null;
|
||||
}
|
||||
_verticalDragGestureRecognizer?.dispose();
|
||||
_verticalDragGestureRecognizer = null;
|
||||
}
|
||||
|
||||
void _onPointerDown(PointerDownEvent event) {
|
||||
|
||||
Reference in New Issue
Block a user