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

Commit 27cf3b5e authored by Fabian Kozynski's avatar Fabian Kozynski Committed by Automerger Merge Worker
Browse files

Merge "Fix touches in Large screen header" into tm-qpr-dev am: 9b45e65e am: e292ad1d

parents 8ebc9ed9 e292ad1d
Loading
Loading
Loading
Loading
+9 −6
Original line number Diff line number Diff line
@@ -42,12 +42,6 @@
        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"/>
@@ -69,6 +63,15 @@
            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"