فهرست منبع

Allow full screen for LoopStatusView

Mike Plante 6 ماه پیش
والد
کامیت
236e325f62
1فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 2 3
      Trio/Sources/Modules/Home/View/Header/LoopStatusView.swift

+ 2 - 3
Trio/Sources/Modules/Home/View/Header/LoopStatusView.swift

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