Skip to content

Commit

Permalink
fix: Prevent content from being overlapped by system navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ponces committed Sep 24, 2022
1 parent 2a0ea78 commit 4d82ff3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ui/views/navigation/navigation_viewmodel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ 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,
Expand Down

0 comments on commit 4d82ff3

Please sign in to comment.