diff --git a/lib/app/splash_page.dart b/lib/app/splash_page.dart index c328e58..52f880d 100644 --- a/lib/app/splash_page.dart +++ b/lib/app/splash_page.dart @@ -188,6 +188,7 @@ class _TransitionViewState extends State { } else { await SystemChrome.setPreferredOrientations([DeviceOrientation.landscapeLeft, DeviceOrientation.landscapeRight]); } + await SystemChrome.setEnabledSystemUIMode(SystemUiMode.immersiveSticky); } @override