mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Merge "Fix black flash during rotation of -1 screen with GEL." into ub-now-lunchbox
This commit is contained in:
committed by
Android (Google) Code Review
commit
93b92d0895
@@ -425,7 +425,7 @@ public class Workspace extends SmoothPagedView
|
||||
setClipChildren(false);
|
||||
setClipToPadding(false);
|
||||
setChildrenDrawnWithCacheEnabled(true);
|
||||
|
||||
|
||||
setMinScale(mOverviewModeShrinkFactor);
|
||||
setupLayoutTransition();
|
||||
|
||||
@@ -566,7 +566,7 @@ public class Workspace extends SmoothPagedView
|
||||
return screenId;
|
||||
}
|
||||
|
||||
public void createCustomContentPage() {
|
||||
public void createCustomContentContainer() {
|
||||
CellLayout customScreen = (CellLayout)
|
||||
mLauncher.getLayoutInflater().inflate(R.layout.workspace_screen, null);
|
||||
customScreen.disableBackground();
|
||||
|
||||
Reference in New Issue
Block a user