Updated on 2026-08-14
This commit is contained in:
parent
bdd27a5dfd
commit
e1984e63aa
5 changed files with 5 additions and 176 deletions
|
|
@ -47,8 +47,7 @@ class Navigator {
|
|||
|
||||
fun showPinSwap(context: Activity, newPIN: String, newPIN2: String) {
|
||||
context.startActivityForResult(PinSwapActivity.callingIntent(context, newPIN, newPIN2), Constant.REQUEST_CODE_SWAP_PIN)
|
||||
fun showVerifyCard(context: Activity, ctx: TangemContext) {
|
||||
context.startActivityForResult(VerifyCardActivity.callingIntent(context, ctx), Constant.REQUEST_CODE_VERIFY_CARD)
|
||||
|
||||
}
|
||||
|
||||
fun showPurge(context: Activity) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue