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

Commit 773dec59 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Fixing gradle complain on skipping constructor method mid-way

Test: Verified apk compiles locally
Change-Id: I3688724d229607edf28043453798683fd8163f24
Bug: 152086714
parent a1a18aa7
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() {