Updated on 2026-08-14

This commit is contained in:
Tangem 2018-10-28 19:49:25 +03:00
parent 96c04894eb
commit ff11e602b5
2 changed files with 8 additions and 8 deletions

View file

@ -91,7 +91,7 @@ class SignPaymentActivity : AppCompatActivity(), NfcAdapter.ReaderCallback, Card
super.onStop()
}
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent) {
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
if (requestCode == REQUEST_CODE_SEND_PAYMENT) {
setResult(resultCode, data)
finish()