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

Commit 19c5c576 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Fixing white background under hotseat

Change-Id: I8b39bc9104dc16981e5642124cfd819da7a2f172
parent d9dc2e2c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -522,7 +522,6 @@ public class Launcher extends Activity
        if (mExtractedColors != null) {
            mExtractedColors.load(this);
            // TODO: pass mExtractedColors to interested items such as hotseat.
            mHotseat.setBackgroundColor(mExtractedColors.getColor(ExtractedColors.VIBRANT_INDEX));
        }
    }