aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-05-26 19:02:41 +0200
committerBananeweizen <bananeweizen@gmx.de>2014-05-26 19:02:41 +0200
commitaf22b5098922db6a193abe816887eca827175fea (patch)
treed9f63ca2a2e70b5639ebdea52a31f75cb4f43ede /main
parentf00bc32df5689f316d92518c6cf2cf72e3a7bd46 (diff)
downloadcgeo-af22b5098922db6a193abe816887eca827175fea.zip
cgeo-af22b5098922db6a193abe816887eca827175fea.tar.gz
cgeo-af22b5098922db6a193abe816887eca827175fea.tar.bz2
fix #3912: update list title before loading
Diffstat (limited to 'main')
-rw-r--r--main/src/cgeo/geocaching/CacheListActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/CacheListActivity.java b/main/src/cgeo/geocaching/CacheListActivity.java
index be248fb..9b82fc5 100644
--- a/main/src/cgeo/geocaching/CacheListActivity.java
+++ b/main/src/cgeo/geocaching/CacheListActivity.java
@@ -1681,7 +1681,7 @@ public class CacheListActivity extends AbstractListActivity implements FilteredA
loader = new PocketGeocacheListLoader(app, guid);
break;
}
- setTitle(title);
+ updateTitle();
showProgress(true);
showFooterLoadingCaches();