Skip to content

Commit

Permalink
Merge pull request #20959 from osmandapp/reset_average_speed_fix
Browse files Browse the repository at this point in the history
Reset textview
  • Loading branch information
Chumva authored Oct 1, 2024
2 parents 62d7f72 + a50767f commit 9144e21
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ protected List<PopUpMenuItem> getWidgetActions() {

public void resetAverageSpeed() {
averageSpeedComputer.resetLocations();
setText(NO_VALUE, null);
}

@Override
Expand Down

0 comments on commit 9144e21

Please sign in to comment.