Update notification

This commit is contained in:
Victor Shcherb 2015-09-27 22:32:39 +02:00
parent f84a5c5c25
commit 653995556f

View file

@ -176,6 +176,7 @@ public class OsmandApplication extends Application {
if(DashRateUsFragment.shouldShow(osmandSettings)) { if(DashRateUsFragment.shouldShow(osmandSettings)) {
osmandSettings.RATE_US_STATE.set(DashRateUsFragment.RateUsState.IGNORED); osmandSettings.RATE_US_STATE.set(DashRateUsFragment.RateUsState.IGNORED);
} }
getNotificationHelper().removeServiceNotification();
} }
public RendererRegistry getRendererRegistry() { public RendererRegistry getRendererRegistry() {