Fix compilation issue
This commit is contained in:
parent
a22f890b27
commit
d7187b8c47
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public class OsMoPlugin extends OsmandPlugin implements MonitoringInfoControlSer
|
||||||
service = new OsMoService(app);
|
service = new OsMoService(app);
|
||||||
tracker = new OsMoTracker(service, app.getSettings().OSMO_SAVE_TRACK_INTERVAL,
|
tracker = new OsMoTracker(service, app.getSettings().OSMO_SAVE_TRACK_INTERVAL,
|
||||||
app.getSettings().OSMO_AUTO_SEND_LOCATIONS);
|
app.getSettings().OSMO_AUTO_SEND_LOCATIONS);
|
||||||
new OsMoControlDevice(app, service);
|
new OsMoControlDevice(app, service, tracker);
|
||||||
groups = new OsMoGroups(service, tracker, app.getSettings());
|
groups = new OsMoGroups(service, tracker, app.getSettings());
|
||||||
this.app = app;
|
this.app = app;
|
||||||
ApplicationMode.regWidget("osmo_control", (ApplicationMode[])null);
|
ApplicationMode.regWidget("osmo_control", (ApplicationMode[])null);
|
||||||
|
|
Loading…
Reference in a new issue