mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 04:57:23 +00:00
search settings
This commit is contained in:
@@ -344,7 +344,7 @@ class SideBarRoute<T> extends PopupRoute<T> {
|
||||
@override
|
||||
Duration get transitionDuration => const Duration(milliseconds: 200);
|
||||
|
||||
static bool _isPopGestureEnabled<T>(PopupRoute<T> route) {
|
||||
static bool _isPopGestureEnabled<T>(PopupRoute<T> route) {
|
||||
if (route.isFirst ||
|
||||
route.willHandlePopInternally ||
|
||||
route.popDisposition == RoutePopDisposition.doNotPop ||
|
||||
|
Reference in New Issue
Block a user