fix npe if no monero connection on startup
This commit is contained in:
parent
2814d9dfc9
commit
f9d0bb414e
@ -561,7 +561,7 @@ public final class CoreMoneroConnectionsService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// notify error message
|
// notify error message
|
||||||
HavenoUtils.havenoSetup.getWalletServiceErrorMsg().set(e.getMessage());
|
if (HavenoUtils.havenoSetup != null) HavenoUtils.havenoSetup.getWalletServiceErrorMsg().set(e.getMessage());
|
||||||
|
|
||||||
// check connection which notifies of changes
|
// check connection which notifies of changes
|
||||||
synchronized (this) {
|
synchronized (this) {
|
||||||
|
Loading…
Reference in New Issue
Block a user