fix bug notification not updated after clearing data
This commit is contained in:
parent
97a540dd32
commit
582fa5d32e
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue