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