small fix

This commit is contained in:
sonora 2016-04-01 16:06:19 +02:00
parent 82545c0fda
commit e020df1bde

View file

@ -67,7 +67,7 @@ public class NotificationHelper {
public Builder buildNotificationInStatusBar() {
NavigationService service = app.getNavigationService();
String notificationText ;
String notificationText = "";
int icon = R.drawable.bgs_icon;
OsmandMonitoringPlugin monitoringPlugin = OsmandPlugin.getEnabledPlugin(OsmandMonitoringPlugin.class);
if (service != null) {