aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/SearchActivity.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/SearchActivity.java')
-rw-r--r--main/src/cgeo/geocaching/SearchActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/SearchActivity.java b/main/src/cgeo/geocaching/SearchActivity.java
index 363b157..edd611a 100644
--- a/main/src/cgeo/geocaching/SearchActivity.java
+++ b/main/src/cgeo/geocaching/SearchActivity.java
@@ -421,7 +421,7 @@ public class SearchActivity extends AbstractActionBarActivity implements Coordin
}
@Override
- protected ShowcaseViewBuilder getShowcase() {
+ public ShowcaseViewBuilder getShowcase() {
// The showcase doesn't work well with the search activity, because on searching a geocode (or
// selecting a cache from the search field) we immediately close the activity. That in turn confuses the delayed
// creation of the showcase bitmap. To avoid someone running into this issue again, this method explicitly overrides