Fixing white background under hotseat

Change-Id: I8b39bc9104dc16981e5642124cfd819da7a2f172
This commit is contained in:
Sunny Goyal
2016-04-02 10:28:22 -07:00
parent d9dc2e2cb3
commit 19c5c5765d
-1
View File
@@ -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));
}
}