mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-09-23 14:45:23 -04:00
- Replace Material 3 NavigationBar with ShortNavigationBar and ShortNavigationBarItem for a more compact bottom bar. - Set contentWindowInsets to zero on the root Scaffold so status bar insets are passed down to child screens' TopAppBars. - Consume innerPadding on HorizontalPager to prevent nested Scaffolds from duplicating bottom system navigation insets. Assisted-by: Gemini 3.8 Flash