Updated on 2026-08-14

This commit is contained in:
Tangem 2018-12-04 18:31:15 +03:00
parent 10c0b8e680
commit 452c5511bc
23 changed files with 46 additions and 32 deletions

View file

@ -53,7 +53,7 @@ class PinRequestActivity : AppCompatActivity(), NfcAdapter.ReaderCallback, Finge
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_pin_request)
MainActivity.commonInit(applicationContext)
// MainActivity.commonInit(applicationContext)
nfcManager = NfcManager(this, this)