Updated on 2026-08-14

This commit is contained in:
Tangem 2018-07-30 23:35:58 +03:00
parent bd03f61333
commit 26be445734
15 changed files with 59 additions and 106 deletions

View file

@ -13,7 +13,6 @@ class VerifyCardActivity : AppCompatActivity() {
MainActivity.commonInit(applicationContext)
}
override fun onBackPressed() {
super.onBackPressed()
val verifyCard = supportFragmentManager.findFragmentById(R.id.verify_card_fragment) as VerifyCard