Workaround for stingray crash due to using old bitmaps. (Bug: 5397469)
Change-Id: Icf7b13926aff3fdc4f658a549309ec4587ab0fa3
This commit is contained in:
@@ -711,9 +711,11 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
|
||||
|
||||
layout.createHardwareLayers();
|
||||
|
||||
/* TEMPORARILY DISABLE HOLOGRAPHIC ICONS
|
||||
if (mFadeInAdjacentScreens) {
|
||||
prepareGenerateHoloOutlinesTask(page, items, images);
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -1132,9 +1134,11 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
|
||||
invalidate();
|
||||
forceUpdateAdjacentPagesAlpha();
|
||||
|
||||
/* TEMPORARILY DISABLE HOLOGRAPHIC ICONS
|
||||
if (mFadeInAdjacentScreens) {
|
||||
prepareGenerateHoloOutlinesTask(data.page, data.items, data.generatedImages);
|
||||
}
|
||||
*/
|
||||
}
|
||||
private void onHolographicPageItemsLoaded(AsyncTaskPageData data) {
|
||||
// Invalidate early to short-circuit children invalidates
|
||||
|
||||
Reference in New Issue
Block a user