mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
Revert "fix: Prevent content from being overlapped by system navigation bar"
This reverts commit 4d82ff3011
.
This commit is contained in:
parent
6b66c7bbd0
commit
587ba795bb
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ class NavigationViewModel extends IndexTrackingViewModel {
|
|||
await prefs.setBool('useDarkTheme', isDark);
|
||||
await DynamicTheme.of(context)!.setTheme(isDark ? 1 : 0);
|
||||
}
|
||||
SystemChrome.setEnabledSystemUIMode(SystemUiMode.edgeToEdge);
|
||||
SystemChrome.setSystemUIOverlayStyle(
|
||||
SystemUiOverlayStyle(
|
||||
systemNavigationBarColor: Colors.transparent,
|
||||
|
|
Loading…
Reference in a new issue