Skip to content

Commit

Permalink
Add Created hud after setting duress mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ealymbaev committed Oct 3, 2023
1 parent c02ad83 commit 49dee86
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Combine
import ComponentKit

class CreateDuressPasscodeViewModel: SetPasscodeViewModel {
private let accountIds: [String]
Expand Down Expand Up @@ -32,6 +33,7 @@ class CreateDuressPasscodeViewModel: SetPasscodeViewModel {
}

finishSubject.send()
HudHelper.instance.show(banner: .created)
} catch {
print("Create Duress Passcode Error: \(error)")
}
Expand Down

0 comments on commit 49dee86

Please sign in to comment.