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

Commit 810d2b8d authored by Matt Pietal's avatar Matt Pietal Committed by Android Build Coastguard Worker
Browse files

Fix tapping HUNs with weather clock

This reverts another CL which attempted to fix touching the unlock
icon when the notification shelf was next to it. By restoring the
ordering in XML, this restores the proper touch hierarachy.

Fixes: 370270324

Flag: EXEMPT bugfix
(cherry picked from commit 0b558a93)
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2261f88f1ade916d18582edc925e013ed66cce35)
Merged-In: I906da1cf5e5106ada355232941399efe7f1d3b14
Change-Id: I906da1cf5e5106ada355232941399efe7f1d3b14
parent 0c45be98
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -58,22 +58,22 @@
             android:layout_height="match_parent"
             android:visibility="invisible" />

    <!-- Shared container for the notification stack. Can be positioned by either
         the keyguard_root_view or notification_panel -->
    <com.android.systemui.statusbar.notification.stack.ui.view.SharedNotificationContainer
        android:id="@+id/shared_notification_container"
    <!-- Root for all keyguard content. It was previously located within the shade. -->
    <com.android.systemui.keyguard.ui.view.KeyguardRootView
        android:id="@id/keyguard_root_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:clipChildren="false"
        android:clipToPadding="false"
        />

    <!-- Root for all keyguard content. It was previously located within the shade. -->
    <com.android.systemui.keyguard.ui.view.KeyguardRootView
        android:id="@id/keyguard_root_view"
    <!-- Shared container for the notification stack. Can be positioned by either
         the keyguard_root_view or notification_panel -->
    <com.android.systemui.statusbar.notification.stack.ui.view.SharedNotificationContainer
        android:id="@+id/shared_notification_container"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:clipChildren="false"
        android:clipToPadding="false"
        />

    <include layout="@layout/brightness_mirror_container" />