Merge "Fixing gradle complain on skipping constructor method mid-way" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6c3b1b0b76
@@ -127,11 +127,9 @@ public class LockscreenLockIconController extends ViewController<LockIcon> {
|
|||||||
mResources = resources;
|
mResources = resources;
|
||||||
mHeadsUpManagerPhone = headsUpManagerPhone;
|
mHeadsUpManagerPhone = headsUpManagerPhone;
|
||||||
|
|
||||||
if (view == null) {
|
if (view != null) {
|
||||||
return;
|
mKeyguardIndicationController.setLockIconController(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
mKeyguardIndicationController.setLockIconController(this);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user