Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -671,6 +671,8 @@ var timer2: DispatchSourceTimer? | ... | @@ -671,6 +671,8 @@ var timer2: DispatchSourceTimer? |
671 | 671 | ||
672 | } else if (eventArray[1] == "loyaltyWallet") { | 672 | } else if (eventArray[1] == "loyaltyWallet") { |
673 | // event:loyaltyWallet | 673 | // event:loyaltyWallet |
674 | + SwiftEventBus.post("refresh_vouchers") | ||
675 | + | ||
674 | let storyboard = UIStoryboard(name: "Main", bundle: Bundle(for: MyEmptyClass.self)) | 676 | let storyboard = UIStoryboard(name: "Main", bundle: Bundle(for: MyEmptyClass.self)) |
675 | let vc = storyboard.instantiateViewController(withIdentifier: "WalletViewController") as! SwiftWarplyFramework.WalletViewController | 677 | let vc = storyboard.instantiateViewController(withIdentifier: "WalletViewController") as! SwiftWarplyFramework.WalletViewController |
676 | self.navigationController?.pushViewController(vc, animated: true) | 678 | self.navigationController?.pushViewController(vc, animated: true) | ... | ... |
-
Please register or login to post a comment