Updated on 2026-08-14

This commit is contained in:
Tangem 2018-12-04 23:59:26 +03:00
parent cd34e37675
commit c1c91c9ed9
7 changed files with 47 additions and 47 deletions

View file

@ -33,4 +33,11 @@ object Constant {
const val EXTRA_AUTO_HIDE = "extra_auto_hide"
const val MILLIS_AUTO_HIDE = 1000
// PinRequestActivity
const val EXTRA_MODE = "mode"
// PinSwapActivity
const val EXTRA_NEW_PIN = "newPIN"
const val EXTRA_NEW_PIN_2 = "newPIN2"
}