Updated on 2026-08-14
This commit is contained in:
commit
4469acf198
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue