ashilkn 2 лет назад
Родитель
Сommit
1f6a5faf41
1 измененных файлов с 1 добавлено и 0 удалено
  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,
     barrierColor: backdropFaintDark,
     enableDrag: false,
+    useRootNavigator: true,
   );
 }