Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/LockscreenLockIconController.java +2 −4 Original line number Diff line number Diff line Loading @@ -127,12 +127,10 @@ public class LockscreenLockIconController extends ViewController<LockIcon> { mResources = resources; mHeadsUpManagerPhone = headsUpManagerPhone; if (view == null) { return; } if (view != null) { mKeyguardIndicationController.setLockIconController(this); } } @Override protected void onInit() { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/LockscreenLockIconController.java +2 −4 Original line number Diff line number Diff line Loading @@ -127,12 +127,10 @@ public class LockscreenLockIconController extends ViewController<LockIcon> { mResources = resources; mHeadsUpManagerPhone = headsUpManagerPhone; if (view == null) { return; } if (view != null) { mKeyguardIndicationController.setLockIconController(this); } } @Override protected void onInit() { Loading