Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c3b1b0b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixing gradle complain on skipping constructor method mid-way" into sc-dev

parents e6ae6e32 773dec59
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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() {