OSDN Git Service

tiny planet fix
[android-x86/packages-apps-Gallery2.git] / src / com / android / gallery3d / filtershow / FilterShowActivity.java
index fb89849..20061ee 100644 (file)
@@ -482,7 +482,8 @@ public class FilterShowActivity extends FragmentActivity implements OnItemClickL
             if (mAction == CROP_ACTION) {
                 mPanelController.showComponent(findViewById(EditorCrop.ID));
             } else if (mAction == TINY_PLANET_ACTION) {
-                mPanelController.showComponent(findViewById(EditorTinyPlanet.ID));
+                FilterIconButton button = (FilterIconButton) findViewById(EditorTinyPlanet.ID);
+                button.onClick(button);
             }
             super.onPostExecute(result);
         }