OSDN Git Service

fix icon repaint on simple load
authorJohn Hoford <hoford@google.com>
Thu, 27 Jun 2013 01:18:44 +0000 (18:18 -0700)
committerJohn Hoford <hoford@google.com>
Thu, 27 Jun 2013 01:18:44 +0000 (18:18 -0700)
Change-Id: I841475949e67b63fd3d24a2267fda9f2e450898d

src/com/android/gallery3d/filtershow/FilterShowActivity.java

index 9512ff0..cd88e37 100644 (file)
@@ -566,6 +566,7 @@ public class FilterShowActivity extends FragmentActivity implements OnItemClickL
                 showRepresentation(mCategoryFiltersAdapter.getTinyPlanet());
             }
             mLoading = false;
+            MasterImage.getImage().notifyGeometryChange();
             super.onPostExecute(result);
         }