Loading src/com/android/gallery3d/filtershow/FilterShowActivity.java +5 −1 Original line number Diff line number Diff line Loading @@ -433,6 +433,9 @@ public class FilterShowActivity extends FragmentActivity implements OnItemClickL } public void showRepresentation(FilterRepresentation representation) { if (representation == null) { return; } useFilterRepresentation(representation); // show representation Loading Loading @@ -817,7 +820,8 @@ public class FilterShowActivity extends FragmentActivity implements OnItemClickL loadXML(); loadMainPanel(); if (!mShowingTinyPlanet) { // mLoadBitmapTask==null implies you have looked at the intent if (!mShowingTinyPlanet && (mLoadBitmapTask == null)) { mCategoryFiltersAdapter.removeTinyPlanet(); } final View loading = findViewById(R.id.loading); Loading Loading
src/com/android/gallery3d/filtershow/FilterShowActivity.java +5 −1 Original line number Diff line number Diff line Loading @@ -433,6 +433,9 @@ public class FilterShowActivity extends FragmentActivity implements OnItemClickL } public void showRepresentation(FilterRepresentation representation) { if (representation == null) { return; } useFilterRepresentation(representation); // show representation Loading Loading @@ -817,7 +820,8 @@ public class FilterShowActivity extends FragmentActivity implements OnItemClickL loadXML(); loadMainPanel(); if (!mShowingTinyPlanet) { // mLoadBitmapTask==null implies you have looked at the intent if (!mShowingTinyPlanet && (mLoadBitmapTask == null)) { mCategoryFiltersAdapter.removeTinyPlanet(); } final View loading = findViewById(R.id.loading); Loading