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

Commit 751f3d53 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:...

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21480177



Change-Id: Idaeeacfe952becd72f3ea284f91a74e87f0dee1e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b8f22c57 c22f2e7f
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
    }

    /**