|
|
@@ -130,9 +130,8 @@ struct LoopStatusView: View {
|
|
|
lastDetermination = state.determinationsFromPersistence.first
|
|
|
}
|
|
|
.presentationDetents([
|
|
|
- sheetContentHeight > 0
|
|
|
- ? .height(sheetContentHeight)
|
|
|
- : .fraction(0.9)
|
|
|
+ sheetContentHeight > 0 ? .height(sheetContentHeight) : .fraction(0.9),
|
|
|
+ .large
|
|
|
])
|
|
|
.presentationDragIndicator(.visible)
|
|
|
.onPreferenceChange(ContentSizeKey.self) { newSize in
|