diff --git a/OsmAnd/src/net/osmand/plus/osmo/OsMoControlDevice.java b/OsmAnd/src/net/osmand/plus/osmo/OsMoControlDevice.java index 3d2b6215db..882a55cd21 100644 --- a/OsmAnd/src/net/osmand/plus/osmo/OsMoControlDevice.java +++ b/OsmAnd/src/net/osmand/plus/osmo/OsMoControlDevice.java @@ -33,6 +33,7 @@ public class OsMoControlDevice implements OsMoReactor { this.plugin = plugin; this.service = service; this.tracker = tracker; + service.registerReactor(this); } public JSONObject getBatteryLevel() throws JSONException {