Skip to content

Commit 1928b0a

Browse files
authored
Merge pull request #77 from sparcs-kaist/fix@ipados
UI Fix
2 parents 98daedf + 35729df commit 1928b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soap/Features/BoardList/BoardListView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ struct BoardListView: View {
8080
.disabled(viewModel.state == .loading)
8181
.navigationTitle(horizontalSizeClass == .compact ? String(localized: "Boards") : "")
8282
.toolbarTitleDisplayMode(.inlineLarge)
83-
.toolbar(.visible, for: .tabBar) // workaround for tabBar disappering inside NavigationSplitView
83+
.toolbar(horizontalSizeClass == .compact ? .automatic : .visible, for: .tabBar) // workaround for tabBar disappering inside NavigationSplitView
8484
}, detail: {
8585
NavigationStack {
8686

0 commit comments

Comments
 (0)