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

Commit 77817d11 authored by Andreas Miko's avatar Andreas Miko Committed by Automerger Merge Worker
Browse files

Merge "Add unlock animation for foldables" into tm-qpr-dev am: 0011ba7e am: bc13c4e4

parents 4f4c3cef bc13c4e4
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -380,10 +380,7 @@ class KeyguardUnlockAnimationController @Inject constructor(
                // If the launcher is underneath, but we're about to launch an activity, don't do
                // the animations since they won't be visible.
                !notificationShadeWindowController.isLaunchingActivity &&
                launcherUnlockController != null &&
                // Temporarily disable for foldables since foldable launcher has two first pages,
                // which breaks the in-window animation.
                !isFoldable(context)
                launcherUnlockController != null
    }

    /**