Remove presentationDetents as default is already large (#826)

This commit is contained in:
Islam
2025-10-19 11:16:57 +02:00
committed by GitHub
parent 40e54a5120
commit 3f00cf9467
5 changed files with 0 additions and 18 deletions
-4
View File
@@ -388,10 +388,6 @@ struct VerificationSheetView: View {
.padding(.vertical, 14)
}
.background(backgroundColor)
#if os(iOS)
.presentationDetents([.large])
.presentationDragIndicator(.visible)
#endif
.onDisappear { showingScanner = false }
}
}