Disable wallpaper in -1 space in GEL and hack around window animations
Bug: 12978354 Change-Id: I8b5602ae434a9151b40d41defb891db1ad78ce81
This commit is contained in:
@@ -1215,7 +1215,7 @@ public class Workspace extends SmoothPagedView
|
||||
if (hasCustomContent() && getNextPage() == 0 && !mCustomContentShowing) {
|
||||
mCustomContentShowing = true;
|
||||
if (mCustomContentCallbacks != null) {
|
||||
mCustomContentCallbacks.onShow();
|
||||
mCustomContentCallbacks.onShow(false);
|
||||
mCustomContentShowTime = System.currentTimeMillis();
|
||||
mLauncher.updateVoiceButtonProxyVisible(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user