Przeglądaj źródła

Fix calculation sheet detent

Deniz Cengiz 1 rok temu
rodzic
commit
768f8d11cf

+ 1 - 1
Trio/Sources/Modules/Treatments/View/TreatmentsRootView.swift

@@ -353,7 +353,7 @@ extension Treatments {
             }
             .sheet(isPresented: $state.showInfo) {
                 PopupView(state: state)
-                    .presentationDetents([.fraction(0.9), .medium, .large])
+                    .presentationDetents([.fraction(0.9), .large])
                     .presentationDragIndicator(.visible)
             }
             .sheet(isPresented: $showPresetSheet, onDismiss: {