Updated on 2026-08-14

This commit is contained in:
Tangem 2018-12-05 00:19:41 +03:00
parent c1c91c9ed9
commit 98806df725
3 changed files with 35 additions and 47 deletions

View file

@ -42,12 +42,16 @@ class Navigator {
context.startActivityForResult(PinSwapActivity.callingIntent(context, newPIN, newPIN2), Constant.REQUEST_CODE_SWAP_PIN)
}
// fun showPreparePayment(context: Activity) {
//
// }
//
// fun showCreateNewWallet(context: Activity) {
//
// }
fun showPurge(context: Activity) {
}
fun showPreparePayment(context: Activity) {
}
fun showCreateNewWallet(context: Activity) {
}
}