Updated on 2026-08-14

This commit is contained in:
Tangem 2019-04-09 16:55:39 +03:00
parent 276ffb775d
commit e631c1d7dd
12 changed files with 144 additions and 16 deletions

View file

@ -218,6 +218,11 @@ class MainActivity : AppCompatActivity(), NfcAdapter.ReaderCallback, CardProtoco
return true
}
R.id.settings -> {
navigator.showSettings(this)
return true
}
R.id.about -> {
navigator.showLogo(this, false)
return true