Update OsmandMonitoringPlugin.java
This commit is contained in:
parent
10361e3f37
commit
024160253b
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue