From c33bf08b5e0eb66b0a69e7ea23b74de2be890b54 Mon Sep 17 00:00:00 2001 From: Robin Kutesa Date: Thu, 21 May 2026 14:52:09 +0300 Subject: [PATCH] Remove DONE button from cleanup page Co-Authored-By: Kutesir Co-Authored-By: Sentry --- Features/Backup/BackupView.swift | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Features/Backup/BackupView.swift b/Features/Backup/BackupView.swift index c197a67..610e660 100644 --- a/Features/Backup/BackupView.swift +++ b/Features/Backup/BackupView.swift @@ -914,12 +914,6 @@ struct BackupView: View { .padding(.horizontal, AppTheme.hPad) .padding(.bottom, 24) - Spacer(minLength: 16).frame(maxHeight: 40) - - Button { withAnimation { ringPage = 0 } } label: { Text("DONE") } - .buttonStyle(GhostButtonStyle()) - .frame(width: 120) - .padding(.bottom, 8) } // MARK: — Page indicator