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

Commit 590f3de1 authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Fix crash in add QS tiles"

parents 40a11e52 19a7b283
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@ public class TileAdapter extends BaseAdapter {
        }

        private void addTile(String spec, Icon icon, CharSequence label, Context context) {
            addTile(spec, icon.getDrawable(context), label);
            addTile(spec, icon != null ? icon.getDrawable(context) : null, label);
        }

        private View getView(Context context, View convertView, ViewGroup parent,