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

Commit ce0e7c83 authored by Danesh M's avatar Danesh M Committed by Gerrit Code Review
Browse files

SystemUI : Ensure qs detail item isn't focusable

This ensures the items are clickable in the detail view

Change-Id: I8efb20f317b3a1b51e5a3ade1beb306f7c4addcc
parent 5b3ecc8c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -19,8 +19,6 @@
    android:layout_height="wrap_content"
    android:minHeight="@dimen/qs_detail_item_height"
    android:background="@drawable/btn_borderless_rect"
    android:clickable="true"
    android:focusable="true"
    android:gravity="center_vertical"
    android:orientation="horizontal" >

+0 −2
Original line number Diff line number Diff line
@@ -113,8 +113,6 @@ public class QSDetailItemsList extends LinearLayout {
            LinearLayout view = (LinearLayout) inflater.inflate(
                    R.layout.qs_detail_item, parent, false);

            view.setClickable(false); // let list view handle this

            final CustomTile.ExpandedItem item = getItem(position);
            Drawable d = null;
            if (item.itemDrawableResourceId != 0 && item.itemBitmapResource == null) {