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

Commit 588c4130 authored by blunden's avatar blunden Committed by Gerrit Code Review
Browse files

QuickSettings: Use a Bug Report tile icon of proper size

Reuse of the ADB drawables causes alignment issues here.

Change-Id: I837fa83662bbbd1f4c2e073b72f64a4edae128ff
parent b97c257e
Loading
Loading
Loading
Loading
+19.6 KiB
Loading image diff...
+19.3 KiB
Loading image diff...
+19.9 KiB
Loading image diff...
+20.7 KiB
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ public class BugReportTile extends QuickSettingsTile{

    private synchronized void updateTile() {
        mLabel = mContext.getString(R.string.quick_settings_report_bug);
        mDrawable = com.android.internal.R.drawable.stat_sys_adb;
        mDrawable = R.drawable.ic_qs_bug_report;
        final ContentResolver cr = mContext.getContentResolver();
        try {
            enabled = (Settings.Global.getInt(cr, Settings.Global.BUGREPORT_IN_POWER_MENU) != 0);