Change recovery screen success indicators from modal to toast to better fit with the new-ish onboarding flows.

This commit is contained in:
Stefan Ceriu
2025-04-08 11:30:48 +03:00
committed by Stefan Ceriu
parent 0ba083f513
commit 4853b13c49

View File

@@ -69,7 +69,7 @@ final class SecureBackupRecoveryKeyScreenCoordinator: CoordinatorProtocol {
private func showSuccessIndicator(title: String) {
parameters.userIndicatorController.submitIndicator(.init(id: .init(),
type: .modal(progress: .none, interactiveDismissDisabled: false, allowsInteraction: false),
type: .toast(progress: nil),
title: title,
iconName: "checkmark",
persistent: false))