Updated on 2026-08-14
This commit is contained in:
parent
d710fbd71a
commit
a2cb1ab45f
40 changed files with 1 additions and 304 deletions
|
|
@ -466,7 +466,7 @@ class LoadedWallet : Fragment(), NfcAdapter.ReaderCallback, CardProtocol.Notific
|
|||
private fun counterMinus() {
|
||||
requestCounter--
|
||||
if (requestCounter == 0) {
|
||||
srl!!.isRefreshing = false
|
||||
if (srl != null) srl!!.isRefreshing = false
|
||||
updateViews()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue