Remove notification

This commit is contained in:
Victor Shcherb 2015-11-24 09:25:47 +01:00
parent 388b1a9214
commit ac8e5ec798

View file

@ -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();