Updated on 2026-08-14

This commit is contained in:
Tangem 2019-03-04 17:41:35 +03:00
parent 9652cf62cc
commit 6b084b6091
2 changed files with 4 additions and 4 deletions

View file

@ -68,7 +68,7 @@ public class BalanceValidator {
if( hasPending )
{
firstLine = "Pending transaction...";
secondLine = "";
secondLine = "Swipe down to refresh";
return;
}

View file

@ -309,10 +309,10 @@ class LoadedWallet : androidx.fragment.app.Fragment(), NfcAdapter.ReaderCallback
@Subscribe
fun onTransactionFinishWithSuccess(transactionFinishWithSuccess: TransactionFinishWithSuccess) {
ctx.message = transactionFinishWithSuccess.message
ctx.coinData.clearInfo()
//ctx.coinData.clearInfo()
updateViews()
srl?.isRefreshing = true
srl?.postDelayed({ refresh() }, 5000)
//srl?.isRefreshing = true
srl?.postDelayed({ refresh() }, 10000)
}
@Subscribe