Fix compilation issue

This commit is contained in:
vshcherb 2014-05-29 00:56:50 +02:00
parent a22f890b27
commit d7187b8c47

View file

@ -49,7 +49,7 @@ public class OsMoPlugin extends OsmandPlugin implements MonitoringInfoControlSer
service = new OsMoService(app);
tracker = new OsMoTracker(service, app.getSettings().OSMO_SAVE_TRACK_INTERVAL,
app.getSettings().OSMO_AUTO_SEND_LOCATIONS);
new OsMoControlDevice(app, service);
new OsMoControlDevice(app, service, tracker);
groups = new OsMoGroups(service, tracker, app.getSettings());
this.app = app;
ApplicationMode.regWidget("osmo_control", (ApplicationMode[])null);