review changes

This commit is contained in:
shenlong-tanwen
2025-09-09 15:22:17 +05:30
parent 28380b1b46
commit f3e427f268
6 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ class ImmichAppState extends ConsumerState<ImmichApp> with WidgetsBindingObserve
WidgetsBinding.instance.addObserver(this);
// Draw the app from edge to edge
await SystemChrome.setEnabledSystemUIMode(SystemUiMode.edgeToEdge);
unawaited(SystemChrome.setEnabledSystemUIMode(SystemUiMode.edgeToEdge));
// Sets the navigation bar color
SystemUiOverlayStyle overlayStyle = const SystemUiOverlayStyle(systemNavigationBarColor: Colors.transparent);