mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 03:33:36 +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 {
|
NavigationView {
|
||||||
content(for: tab)
|
content(for: tab)
|
||||||
}
|
}
|
||||||
|
.navigationViewStyle(StackNavigationViewStyle())
|
||||||
.tag(tab)
|
.tag(tab)
|
||||||
.tabItem {
|
.tabItem {
|
||||||
tab.label
|
tab.label
|
||||||
|
|||||||
Reference in New Issue
Block a user