From 10dfd59d289beaa7b2909f8bd52902d2e44ad46f Mon Sep 17 00:00:00 2001 From: Pete Walters Date: Tue, 28 Oct 2025 18:19:31 -0500 Subject: [PATCH] Forgot to move the T&C into the footer --- Signal/Backups/ChooseBackupPlanViewController.swift | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Signal/Backups/ChooseBackupPlanViewController.swift b/Signal/Backups/ChooseBackupPlanViewController.swift index f364132a18..e28bad29c6 100644 --- a/Signal/Backups/ChooseBackupPlanViewController.swift +++ b/Signal/Backups/ChooseBackupPlanViewController.swift @@ -316,11 +316,9 @@ struct ChooseBackupPlanView: View { ) } .padding(.horizontal, 16) - - Spacer().frame(height: 16) - - termsAndConditionsLink() } pinnedFooter: { + termsAndConditionsLink() + Spacer().frame(height: 16) Button { viewModel.confirmSelection() } label: {