Updated on 2026-08-14
This commit is contained in:
parent
ff22469cde
commit
68917838a4
7 changed files with 84 additions and 25 deletions
|
|
@ -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()
|
||||
// }
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue