aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
diff options
context:
space:
mode:
Diffstat (limited to 'main/src')
-rw-r--r--main/src/cgeo/geocaching/cgeocaches.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/cgeocaches.java b/main/src/cgeo/geocaching/cgeocaches.java
index f5cc336..0f9d750 100644
--- a/main/src/cgeo/geocaching/cgeocaches.java
+++ b/main/src/cgeo/geocaching/cgeocaches.java
@@ -291,6 +291,9 @@ public class cgeocaches extends AbstractListActivity implements FilteredActivity
public void run() {
cacheList.clear();
cacheList.addAll((Set<cgCache>) cachesFromSearchResult);
+ adapter.reFilter();
+ updateTitle();
+ showFooterMoreCaches();
}
});
}