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

Commit 31596556 authored by Sam Dubey's avatar Sam Dubey
Browse files

Revert "Fix touches in Large screen header"

Revert submission 20248350-flipFlag

Reason for revert: Part of DM+Platinum rotation as a culprit for b/255588071. 

Reverted Changes:
I51a3b403f:Fix touches in Large screen header
I01da41161:Use split_shade_header in all configurations
Ie0019d212:Make new headers flag true by default

Change-Id: I1bd47af5ee19a0fb04e3dbd83d14862d2e90a3f7
parent fd0261d4
Loading
Loading
Loading
Loading
+6 −9
Original line number Diff line number Diff line
@@ -42,6 +42,12 @@
        android:clipToPadding="false"
        android:clipChildren="false">

        <ViewStub
            android:id="@+id/qs_header_stub"
            android:layout_height="wrap_content"
            android:layout_width="match_parent"
        />

        <include
            layout="@layout/keyguard_status_view"
            android:visibility="gone"/>
@@ -63,15 +69,6 @@
            systemui:layout_constraintBottom_toBottomOf="parent"
        />

        <!-- This view should be after qs_frame so touches are dispatched first to it. That gives
             it a chance to capture clicks before the NonInterceptingScrollView disallows all
             intercepts -->
        <ViewStub
            android:id="@+id/qs_header_stub"
            android:layout_height="wrap_content"
            android:layout_width="match_parent"
        />

        <androidx.constraintlayout.widget.Guideline
            android:id="@+id/qs_edge_guideline"
            android:layout_width="wrap_content"