From d5cc737cace7eeebd5986f54383abd535b18a911 Mon Sep 17 00:00:00 2001 From: Wavesonics Date: Sun, 12 Oct 2025 22:58:12 -0700 Subject: [PATCH] Remove done button --- .../Screens/PinVerification/PINVerificationView.swift | 8 -------- 1 file changed, 8 deletions(-) diff --git a/SnapSafe/Screens/PinVerification/PINVerificationView.swift b/SnapSafe/Screens/PinVerification/PINVerificationView.swift index 941abbb..d138bd8 100644 --- a/SnapSafe/Screens/PinVerification/PINVerificationView.swift +++ b/SnapSafe/Screens/PinVerification/PINVerificationView.swift @@ -113,14 +113,6 @@ struct PINVerificationView: View { } .obscuredWhenInactive() .screenCaptureProtected() - .toolbar { - ToolbarItemGroup(placement: .keyboard) { - Spacer() - Button("Done") { - isPINFieldFocused = false - } - } - } } }