Update OsmandMonitoringPlugin.java

This commit is contained in:
Hardy 2020-05-14 15:49:49 +02:00 committed by GitHub
parent 10361e3f37
commit 024160253b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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