Skip to content

Commit 236e325

Browse files
committed
Allow full screen for LoopStatusView
1 parent 66d0cb0 commit 236e325

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Trio/Sources/Modules/Home/View/Header/LoopStatusView.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,8 @@ struct LoopStatusView: View {
130130
lastDetermination = state.determinationsFromPersistence.first
131131
}
132132
.presentationDetents([
133-
sheetContentHeight > 0
134-
? .height(sheetContentHeight)
135-
: .fraction(0.9)
133+
sheetContentHeight > 0 ? .height(sheetContentHeight) : .fraction(0.9),
134+
.large
136135
])
137136
.presentationDragIndicator(.visible)
138137
.onPreferenceChange(ContentSizeKey.self) { newSize in

0 commit comments

Comments
 (0)