Fix OsmandMonitoringPlugin npe
This commit is contained in:
parent
b03d74854f
commit
323cc8fbea
1 changed files with 3 additions and 1 deletions
|
@ -320,8 +320,10 @@ public class OsmandMonitoringPlugin extends OsmandPlugin {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
if (monitoringControl != null) {
|
||||||
monitoringControl.updateInfo(null);
|
monitoringControl.updateInfo(null);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
};
|
};
|
||||||
if(strings.length == 1) {
|
if(strings.length == 1) {
|
||||||
run.run();
|
run.run();
|
||||||
|
|
Loading…
Reference in a new issue