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

Commit 90f81b41 authored by Dave Mankoff's avatar Dave Mankoff
Browse files

Remove KeyguardStateController.Callback from LockIcon.

It is not used.

Bug: 150393918
Test: atest SystemUITests && manual
Change-Id: I002d1be1f9d40d8e800629866854c3d095ad910d
parent 2c2b5a7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ import javax.inject.Named;
 * Manages the different states and animations of the unlock icon.
 */
public class LockIcon extends KeyguardAffordanceView implements
        KeyguardStateController.Callback, NotificationWakeUpCoordinator.WakeUpListener,
        NotificationWakeUpCoordinator.WakeUpListener,
        ViewTreeObserver.OnPreDrawListener, OnHeadsUpChangedListener {

    private static final int STATE_LOCKED = 0;