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

Commit 83c8318a authored by Heemin Seog's avatar Heemin Seog Committed by android-build-team Robot
Browse files

DO NOT MERGE Using Dependency.get causes issues for CarSysUI

Bug: 145218907
Test: manual
Change-Id: I488123f79ea0040a4929f2b28d3719f12f1e6a03
(cherry picked from commit b5c4ac05)
parent f3251e96
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));
    }