Updated on 2026-08-14

This commit is contained in:
Tangem 2018-12-18 14:24:55 +03:00
parent 2922eab134
commit cfebd18d17
10 changed files with 33 additions and 38 deletions

View file

@ -194,7 +194,7 @@ class CreateNewWalletActivity : AppCompatActivity(), NfcAdapter.ReaderCallback,
}
override fun onReadWait(msec: Int) {
WaitSecurityDelayDialog.OnReadWait(this, msec)
WaitSecurityDelayDialog.onReadWait(this, msec)
}
override fun onReadBeforeRequest(timeout: Int) {