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

Commit eca202de authored by Heemin Seog's avatar Heemin Seog Committed by android-build-merger
Browse files

DO NOT MERGE Using Dependency.get causes issues for CarSysUI

am: b5c4ac05

Change-Id: Ia5379df6d1eed84dd03599bdea9e1e4cc0cd583b
parents 0331ee35 b5c4ac05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ public class KeyguardIndicationController implements StateListener,
                Dependency.get(AccessibilityController.class),
                UnlockMethodCache.getInstance(context),
                Dependency.get(StatusBarStateController.class),
                Dependency.get(KeyguardUpdateMonitor.class),
                KeyguardUpdateMonitor.getInstance(context),
                Dependency.get(DockManager.class));
    }