ashilkn 2 rokov pred
rodič
commit
1f6a5faf41
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      lib/ui/create_collection_sheet.dart

+ 1 - 0
lib/ui/create_collection_sheet.dart

@@ -79,6 +79,7 @@ void createCollectionSheet(
     backgroundColor: getEnteColorScheme(context).backgroundElevated,
     backgroundColor: getEnteColorScheme(context).backgroundElevated,
     barrierColor: backdropFaintDark,
     barrierColor: backdropFaintDark,
     enableDrag: false,
     enableDrag: false,
+    useRootNavigator: true,
   );
   );
 }
 }