aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/NavigateAnyPointActivity.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/NavigateAnyPointActivity.java')
-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 74f656b..efea819 100644
--- a/main/src/cgeo/geocaching/NavigateAnyPointActivity.java
+++ b/main/src/cgeo/geocaching/NavigateAnyPointActivity.java
@@ -398,6 +398,13 @@ public class NavigateAnyPointActivity extends AbstractActivity {
// Ensure to remove the footer
historyListView.removeFooterView(getEmptyHistoryFooter());
+
+ runOnUiThread(new Runnable() {
+ @Override
+ public void run() {
+ destionationHistoryAdapter.notifyDataSetChanged();
+ }
+ });
}
}