Fixing workspace scrim not being drawn
Change-Id: Iabafe159a577909396d1602a7eda9c508e95cb71
This commit is contained in:
@@ -1055,8 +1055,8 @@ public class Launcher extends Activity
|
||||
}
|
||||
|
||||
// Background was set to gradient in onPause(), restore to transparent if in all apps.
|
||||
setWorkspaceBackground(mState == State.WORKSPACE ? WORKSPACE_BACKGROUND_TRANSPARENT
|
||||
: WORKSPACE_BACKGROUND_GRADIENT);
|
||||
setWorkspaceBackground(mState == State.WORKSPACE ? WORKSPACE_BACKGROUND_GRADIENT
|
||||
: WORKSPACE_BACKGROUND_TRANSPARENT);
|
||||
|
||||
mPaused = false;
|
||||
if (mRestoring || mOnResumeNeedsLoad) {
|
||||
|
||||
Reference in New Issue
Block a user