Loading packages/SystemUI/src/com/android/keyguard/AnimatableClockController.java +2 −2 Original line number Diff line number Diff line Loading @@ -85,8 +85,8 @@ public class AnimatableClockController extends ViewController<AnimatableClockVie } private void initColors() { mLockScreenColors[0] = Utils.getColorAttr(getContext(), android.R.attr.textColorPrimary).getDefaultColor(); mLockScreenColors[0] = Utils.getColorAttrDefaultColor(getContext(), com.android.systemui.R.attr.wallpaperTextColor); mLockScreenColors[1] = mLockScreenColors[0]; // same color mView.setColors(mDozingColors, mLockScreenColors); mView.animateDoze(mIsDozing, false); Loading Loading
packages/SystemUI/src/com/android/keyguard/AnimatableClockController.java +2 −2 Original line number Diff line number Diff line Loading @@ -85,8 +85,8 @@ public class AnimatableClockController extends ViewController<AnimatableClockVie } private void initColors() { mLockScreenColors[0] = Utils.getColorAttr(getContext(), android.R.attr.textColorPrimary).getDefaultColor(); mLockScreenColors[0] = Utils.getColorAttrDefaultColor(getContext(), com.android.systemui.R.attr.wallpaperTextColor); mLockScreenColors[1] = mLockScreenColors[0]; // same color mView.setColors(mDozingColors, mLockScreenColors); mView.animateDoze(mIsDozing, false); Loading