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

Commit d408ee12 authored by Justin Weir's avatar Justin Weir
Browse files

Fix a class cast exception

Fixes: 332353008
Test: manual
Flag: ACONFIG com.android.systemui.scene_container DEVELOPMENT
Change-Id: I67f2c17a5b036596d82be16c9a9738954ddac205
parent f9347af4
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 */