Fix share location disappear

This commit is contained in:
Victor Shcherb 2015-06-12 00:30:40 +02:00
parent 15fcd52671
commit b6e05a7975

View file

@ -302,7 +302,6 @@ public class NavigationService extends Service implements LocationListener {
if (plugin.getTracker().isEnabledTracker()) {
plugin.getTracker().disableTracker();
}
plugin.getService().disconnect();
}
NavigationService.this.stopSelf();
}