Skip to content

Commit

Permalink
Fix crash cause by having not back up wallet (KYRDTeam#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrQKyber authored Oct 1, 2020
1 parent 70853b6 commit be2fd9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ class KNAppCoordinator: NSObject, Coordinator {
secondButtonTitle: "backup".toBeLocalised(),
firstButtonTitle: "Later".toBeLocalised(),
secondButtonAction: {
self.tabbarController = nil
self.landingPageCoordinator.updateNewWallet(wallet: currentWallet)
self.addCoordinator(self.landingPageCoordinator)
self.landingPageCoordinator.start()
},
firstButtonAction: nil)
self.navigationController.present(alert, animated: true, completion: {
self.tabbarController = nil
})
return false
} else {
Expand Down

0 comments on commit be2fd9a

Please sign in to comment.