Updated on 2026-08-14

This commit is contained in:
Tangem 2019-10-31 06:20:36 +00:00
commit 4469acf198

View file

@ -579,7 +579,7 @@ class LoadedWalletFragment : BaseFragment(), NavigationResultListener, NfcAdapte
}
fun updateViews() {
if (activity == null) return
if (activity == null || this.view == null) return
if (timerHideErrorAndMessage != null) {
timerHideErrorAndMessage!!.cancel()