Updated on 2026-08-14
This commit is contained in:
parent
9d8545cbd0
commit
a77f7c6dd5
2 changed files with 3 additions and 5 deletions
|
|
@ -623,7 +623,6 @@ class LoadedWallet : Fragment(), NfcAdapter.ReaderCallback, CardProtocol.Notific
|
|||
val taskRate = RateInfoTask(this@LoadedWallet)
|
||||
val rate = ExchangeRequest.GetRate(card!!.wallet, "bitcoin-cash", "bitcoin-cash")
|
||||
taskRate.execute(rate)
|
||||
|
||||
}
|
||||
|
||||
// Ethereum
|
||||
|
|
@ -643,7 +642,6 @@ class LoadedWallet : Fragment(), NfcAdapter.ReaderCallback, CardProtocol.Notific
|
|||
val taskRate = RateInfoTask(this@LoadedWallet)
|
||||
val rate = ExchangeRequest.GetRate(card!!.wallet, "ethereum", "ethereum")
|
||||
taskRate.execute(rate)
|
||||
|
||||
}
|
||||
|
||||
// Token
|
||||
|
|
@ -670,8 +668,6 @@ class LoadedWallet : Fragment(), NfcAdapter.ReaderCallback, CardProtocol.Notific
|
|||
|
||||
if (needResendTX)
|
||||
sendTransaction(LastSignStorage.getTxForSend(card!!.wallet))
|
||||
|
||||
tvBlockchain.text = card!!.blockchainName
|
||||
}
|
||||
|
||||
fun prepareResultIntent(): Intent {
|
||||
|
|
|
|||
|
|
@ -221,7 +221,8 @@
|
|||
|
||||
</LinearLayout>
|
||||
|
||||
</android.support.constraint.ConstraintLayout>>
|
||||
</android.support.constraint.ConstraintLayout>
|
||||
>
|
||||
|
||||
</android.support.v4.widget.SwipeRefreshLayout>
|
||||
|
||||
|
|
@ -298,6 +299,7 @@
|
|||
android:layout_marginTop="5dp"
|
||||
android:layout_weight="1"
|
||||
android:elevation="15dp"
|
||||
android:enabled="false"
|
||||
android:fontFamily="@font/saira_condensed_bold"
|
||||
android:paddingLeft="20dp"
|
||||
android:paddingRight="20dp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue