Loading packages/SystemUI/src/com/android/systemui/LauncherProxyService.java +2 −3 Original line number Diff line number Diff line Loading @@ -305,9 +305,7 @@ public class LauncherProxyService implements CallbackController<LauncherProxyLis if (ShadeWindowGoesAround.isEnabled() && !SceneContainerFlag.isEnabled()) { // For legacy shade case, don't attempt to handle touch events on display that // doesn't have the shade. They're handled with SceneContainerFlag enabled. boolean touchingDisplayWithoutShade = event.getDisplayId() != mShadeDisplayPolicy.getDisplayId().getValue(); return touchingDisplayWithoutShade; return event.getDisplayId() != mShadeDisplayPolicy.getDisplayId().getValue(); } return false; } Loading Loading @@ -514,6 +512,7 @@ public class LauncherProxyService implements CallbackController<LauncherProxyLis } if (!mShadeModeInteractor.get().isDualShade()) { mShadeInteractor.get().expandNotificationsShade(reason, null); return; } final DisplayInfo displayInfo = new DisplayInfo(); Loading Loading
packages/SystemUI/src/com/android/systemui/LauncherProxyService.java +2 −3 Original line number Diff line number Diff line Loading @@ -305,9 +305,7 @@ public class LauncherProxyService implements CallbackController<LauncherProxyLis if (ShadeWindowGoesAround.isEnabled() && !SceneContainerFlag.isEnabled()) { // For legacy shade case, don't attempt to handle touch events on display that // doesn't have the shade. They're handled with SceneContainerFlag enabled. boolean touchingDisplayWithoutShade = event.getDisplayId() != mShadeDisplayPolicy.getDisplayId().getValue(); return touchingDisplayWithoutShade; return event.getDisplayId() != mShadeDisplayPolicy.getDisplayId().getValue(); } return false; } Loading Loading @@ -514,6 +512,7 @@ public class LauncherProxyService implements CallbackController<LauncherProxyLis } if (!mShadeModeInteractor.get().isDualShade()) { mShadeInteractor.get().expandNotificationsShade(reason, null); return; } final DisplayInfo displayInfo = new DisplayInfo(); Loading