aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
diff options
context:
space:
mode:
authorcampbeb <bpcampbell@gmail.com>2013-05-23 22:16:58 -1000
committercampbeb <bpcampbell@gmail.com>2013-05-23 22:16:58 -1000
commitae619913d518d1ba6a65ef09cec4ab3649c7a2e2 (patch)
tree72d3c4d4a499aa923139b5f358c842ccf5a28e7c /main/src
parente01cf90397eeb85bc18f8648c4942b6dba460513 (diff)
downloadcgeo-ae619913d518d1ba6a65ef09cec4ab3649c7a2e2.zip
cgeo-ae619913d518d1ba6a65ef09cec4ab3649c7a2e2.tar.gz
cgeo-ae619913d518d1ba6a65ef09cec4ab3649c7a2e2.tar.bz2
Fix #2707 - Reload images after notifyDataSetChanged
Diffstat (limited to 'main/src')
-rw-r--r--main/src/cgeo/geocaching/CacheDetailActivity.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/CacheDetailActivity.java b/main/src/cgeo/geocaching/CacheDetailActivity.java
index b670ec9..1662bb6 100644
--- a/main/src/cgeo/geocaching/CacheDetailActivity.java
+++ b/main/src/cgeo/geocaching/CacheDetailActivity.java
@@ -666,6 +666,8 @@ public class CacheDetailActivity extends AbstractViewPagerActivity<CacheDetailAc
}
((TextView) findViewById(R.id.actionbar_title)).setCompoundDrawablesWithIntrinsicBounds(getResources().getDrawable(cache.getType().markerId), null, null, null);
+ // reset imagesList so Images view page will be redrawn
+ imagesList = null;
reinitializeViewPager();
// rendering done! remove progress popup if any there