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

Commit 236da706 authored by Adrian Roos's avatar Adrian Roos
Browse files

Tapping in brightness row in QS should not close QS panel

Bug: 15169301
Change-Id: I10ddaa2c5bd3f8cb6abaff89b03814dd8ec63f72
parent de61fd78
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -15,7 +15,8 @@
-->
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui"
    xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui"
    style="@style/BrightnessDialogContainer">
    style="@style/BrightnessDialogContainer"
    android:clickable="true">


    <ImageView
    <ImageView
        android:id="@+id/brightness_icon"
        android:id="@+id/brightness_icon"