small fix
This commit is contained in:
parent
82545c0fda
commit
e020df1bde
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue