Updated on 2026-08-14

This commit is contained in:
Tangem 2018-10-10 21:00:25 +03:00
parent ff22469cde
commit 68917838a4
7 changed files with 84 additions and 25 deletions

View file

@ -4,8 +4,10 @@ import android.nfc.NfcAdapter
import android.nfc.Tag
import android.os.Bundle
import android.support.v7.app.AppCompatActivity
import com.tangem.App
import com.tangem.presentation.fragment.LoadedWallet
import com.tangem.wallet.R
import retrofit2.Retrofit
class LoadedWalletActivity : AppCompatActivity() {
@ -28,12 +30,4 @@ class LoadedWalletActivity : AppCompatActivity() {
}
}
// override fun onBackPressed() {
// val loadedWallet = supportFragmentManager.findFragmentById(R.id.loaded_wallet_fragment) as LoadedWallet
// val data = loadedWallet.prepareResultIntent()
// data.putExtra(EXTRA_MODIFICATION, "update")
// setResult(Activity.RESULT_OK, data)
// finish()
// }
}