add as TODO for later
This commit is contained in:
parent
582fa5d32e
commit
7ae73d1ec2
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue