aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/src/cgeo/geocaching/NavigateAnyPointActivity.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/NavigateAnyPointActivity.java b/main/src/cgeo/geocaching/NavigateAnyPointActivity.java
index b82e962..0770269 100644
--- a/main/src/cgeo/geocaching/NavigateAnyPointActivity.java
+++ b/main/src/cgeo/geocaching/NavigateAnyPointActivity.java
@@ -392,6 +392,13 @@ public class NavigateAnyPointActivity extends AbstractActivity {
// Ensure to remove the footer
historyListView.removeFooterView(getEmptyHistoryFooter());
+
+ runOnUiThread(new Runnable() {
+ @Override
+ public void run() {
+ destinationHistoryAdapter.notifyDataSetChanged();
+ }
+ });
}
}