f75aa22 main: omit onWalletRefresh call with uninitialized currentWallet (xiphon)
f75aa22
@ -2035,7 +2035,9 @@ ApplicationWindow {
// some fields need an extra nudge when changing languages
function resetLanguageFields(){
clearMoneroCardLabelText()
onWalletRefresh()
if (currentWallet) {
onWalletRefresh();
}
function userActivity() {
The note is not visible to the blocked user.