Loading src/com/android/launcher3/Launcher.java +0 −1 Original line number Diff line number Diff line Loading @@ -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)); } } Loading Loading
src/com/android/launcher3/Launcher.java +0 −1 Original line number Diff line number Diff line Loading @@ -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)); } } Loading