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

Commit 0f07737d authored by Justin Weir's avatar Justin Weir Committed by Android (Google) Code Review
Browse files

Merge "Fix a class cast exception" into main

parents 1066cc84 d408ee12
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -75,7 +75,7 @@ constructor(


    fun initialize(parentAnimator: ShadeFoldAnimator) {
    fun initialize(parentAnimator: ShadeFoldAnimator) {
        this.parentAnimator =
        this.parentAnimator =
            parentAnimator as NotificationPanelViewController.ShadeFoldAnimatorImpl?
            parentAnimator as? NotificationPanelViewController.ShadeFoldAnimatorImpl?
    }
    }


    /** Forces the keyguard into AOD or Doze */
    /** Forces the keyguard into AOD or Doze */