Updated on 2026-08-14
This commit is contained in:
parent
276ffb775d
commit
e631c1d7dd
12 changed files with 144 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue