Updated on 2026-08-14
This commit is contained in:
parent
9652cf62cc
commit
6b084b6091
2 changed files with 4 additions and 4 deletions
|
|
@ -68,7 +68,7 @@ public class BalanceValidator {
|
|||
if( hasPending )
|
||||
{
|
||||
firstLine = "Pending transaction...";
|
||||
secondLine = "";
|
||||
secondLine = "Swipe down to refresh";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue