Browse Source

Only mark hidden when bottomSheet is dismissed

Neeraj Gupta 2 years ago
parent
commit
630fde594e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/ui/home_widget.dart

+ 1 - 1
lib/ui/home_widget.dart

@@ -433,7 +433,7 @@ class _HomeWidgetState extends State<HomeWidget> {
       return;
     }
     final colorScheme = getEnteColorScheme(context);
-    showBarModalBottomSheet(
+    await showBarModalBottomSheet(
       topControl: const SizedBox.shrink(),
       shape: const RoundedRectangleBorder(
         borderRadius: BorderRadius.only(