Updated on 2026-08-14

This commit is contained in:
Tangem 2018-07-26 14:58:12 +03:00
parent b867868273
commit 6578d7c8c2
2 changed files with 2 additions and 2 deletions

View file

@ -139,7 +139,7 @@ class MainActivity : AppCompatActivity(), NfcAdapter.ReaderCallback, CardProtoco
fab.setOnClickListener { this.showMenu(it) }
}
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent) {
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
if (requestCode == REQUEST_CODE_SEND_EMAIL) {
if (zipFile != null) {
zipFile!!.delete()