From 38afc164c9df332dd3789a924db577b67758e673 Mon Sep 17 00:00:00 2001 From: John Hoford Date: Wed, 26 Jun 2013 18:18:44 -0700 Subject: fix icon repaint on simple load Change-Id: I841475949e67b63fd3d24a2267fda9f2e450898d --- src/com/android/gallery3d/filtershow/FilterShowActivity.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/com/android/gallery3d') diff --git a/src/com/android/gallery3d/filtershow/FilterShowActivity.java b/src/com/android/gallery3d/filtershow/FilterShowActivity.java index 9512ff088..cd88e3759 100644 --- a/src/com/android/gallery3d/filtershow/FilterShowActivity.java +++ b/src/com/android/gallery3d/filtershow/FilterShowActivity.java @@ -566,6 +566,7 @@ public class FilterShowActivity extends FragmentActivity implements OnItemClickL showRepresentation(mCategoryFiltersAdapter.getTinyPlanet()); } mLoading = false; + MasterImage.getImage().notifyGeometryChange(); super.onPostExecute(result); } -- cgit v1.2.3