fix bug notification not updated after clearing data

This commit is contained in:
sonora 2020-05-14 08:59:27 +02:00
parent 97a540dd32
commit 582fa5d32e

View file

@ -341,6 +341,7 @@ public class OsmandMonitoringPlugin extends OsmandPlugin {
@Override
public void onClick(DialogInterface dialog, int which) {
app.getSavingTrackHelper().clearRecordedData(true);
app.getNotificationHelper().refreshNotifications();
}
});
builder.show();