Remove notification
This commit is contained in:
parent
388b1a9214
commit
ac8e5ec798
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,8 @@ public class NotificationHelper {
|
|||
} else {
|
||||
notificationText = notificationText + Integer.toString(soi / 1000 / 60) + " " + app.getString(R.string.int_min);
|
||||
}
|
||||
} else if(monitoringPlugin == null) {
|
||||
return null;
|
||||
} else {
|
||||
notificationText = app.getString(R.string.shared_string_trip_recording);
|
||||
float dst = app.getSavingTrackHelper().getDistance();
|
||||
|
|
Loading…
Reference in a new issue