Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java +3 −1 Original line number Diff line number Diff line Loading @@ -1481,7 +1481,9 @@ public class CentralSurfacesImpl implements CoreStartable, CentralSurfaces { return (v, event) -> { mAutoHideController.checkUserAutoHide(event); mRemoteInputManager.checkRemoteInputOutside(event); if (!MigrateClocksToBlueprint.isEnabled()) { if (!MigrateClocksToBlueprint.isEnabled() || mQsController.isCustomizing()) { // For migrate clocks flag, when the user is editing QS tiles they need to be able // to touch outside the customizer to close it, such as on the status or nav bar. mShadeController.onStatusBarTouch(event); } return getNotificationShadeWindowView().onTouchEvent(event); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java +3 −1 Original line number Diff line number Diff line Loading @@ -1481,7 +1481,9 @@ public class CentralSurfacesImpl implements CoreStartable, CentralSurfaces { return (v, event) -> { mAutoHideController.checkUserAutoHide(event); mRemoteInputManager.checkRemoteInputOutside(event); if (!MigrateClocksToBlueprint.isEnabled()) { if (!MigrateClocksToBlueprint.isEnabled() || mQsController.isCustomizing()) { // For migrate clocks flag, when the user is editing QS tiles they need to be able // to touch outside the customizer to close it, such as on the status or nav bar. mShadeController.onStatusBarTouch(event); } return getNotificationShadeWindowView().onTouchEvent(event); Loading