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

Commit f0f1273f authored by Brint E. Kriebel's avatar Brint E. Kriebel
Browse files

SystemUI: Add missing close parenthesis

Bug introduced by Change I02793acd749dcdf66a2c7fcacc4b79b89556ca01

Change-Id: I8807b81be4040e519a34ee7947367cfc5e1d34e3
parent 13a44f71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1845,7 +1845,7 @@ public class QSDragPanel extends QSPanel implements View.OnDragListener, View.On
                  context.getColor(R.color.qs_detailed_icon_tint_color), PorterDuff.Mode.SRC_ATOP);
                title.setTextColor(context.getColor(R.color.qs_detailed_title_text_color));
            } else {
                title.setTextColor(context.getColor(R.color.qs_detailed_default_text_color);
                title.setTextColor(context.getColor(R.color.qs_detailed_default_text_color));
                systemOrAppIcon.setColorFilter(null);
                expansionIndicator.setColorFilter(null);
            }