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

Commit 86da36c8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fixing gradle complain on skipping constructor method mid-way" into sc-dev am: 6c3b1b0b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13464212

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: If4859868b79e802799c77b1eff2621e0dc486bc6
parents a4c620e3 6c3b1b0b
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() {