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

@ -36,7 +36,7 @@ class SendTransactionActivity : AppCompatActivity(), NfcAdapter.ReaderCallback {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_send_transaction)
MainActivity.commonInit(applicationContext)
// MainActivity.commonInit(applicationContext)
nfcManager = NfcManager(this, this)