mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
RootView: Fix UI being shoved into sidebar on iPad (closes #264, thanks @Swifticul!)
This commit is contained in:
@@ -19,6 +19,7 @@ struct RootView: View {
|
||||
NavigationView {
|
||||
content(for: tab)
|
||||
}
|
||||
.navigationViewStyle(StackNavigationViewStyle())
|
||||
.tag(tab)
|
||||
.tabItem {
|
||||
tab.label
|
||||
|
||||
Reference in New Issue
Block a user