add as TODO for later

This commit is contained in:
sonora 2020-05-14 09:44:43 +02:00
parent 582fa5d32e
commit 7ae73d1ec2

View file

@ -341,7 +341,7 @@ public class OsmandMonitoringPlugin extends OsmandPlugin {
@Override
public void onClick(DialogInterface dialog, int which) {
app.getSavingTrackHelper().clearRecordedData(true);
app.getNotificationHelper().refreshNotifications();
//TODO check why Notfication content is not updated here, even with: app.getNotificationHelper().refreshNotifications();
}
});
builder.show();