Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 667c077f authored by András Kurucz's avatar András Kurucz
Browse files

[Flexiglass] Turn off closing the guts from NSWV touches

Closing the guts on outside touches are wired from the Flexiglass
compose hierarchy now, see NSSL#closeControlsDueToOutsideTouch().

Fixes: 427657532
Test: atest NotificationShadeWindowViewControllerTest
Flag: com.android.systemui.scene_container
Change-Id: Ie7a8a953e466bd4dac84da14fe76de95beb7bb25
parent 6a1aa798
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -467,7 +467,7 @@ public class NotificationShadeWindowViewController implements Dumpable {
                        return logDownOrFalseResultDispatch(ev, "disallowed new pointer", false);
                    }
                }
                if (isDown) {
                if (!SceneContainerFlag.isEnabled() && isDown) {
                    mNotificationStackScrollLayoutController.closeControlsIfOutsideTouch(ev);
                }