Change recovery screen success indicators from modal to toast to better fit with the new-ish onboarding flows.
This commit is contained in:
committed by
Stefan Ceriu
parent
0ba083f513
commit
4853b13c49
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user