Updated on 2026-08-14

This commit is contained in:
Tangem 2018-10-21 21:15:31 +03:00
parent d710fbd71a
commit a2cb1ab45f
40 changed files with 1 additions and 304 deletions

View file

@ -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()
}
}