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

Commit 51e873f5 authored by Nick Chameyev's avatar Nick Chameyev
Browse files

Do not run unfold taskbar animation when in portrait

Limits taskbar icons translation animation
only when the display is in natural orientation.

Bug: 219958588
Test: fold/unfold in portrait and landscape
Change-Id: I602fad8ce11a7b9443c8d66e850f819a86372a7e
parent deb79e30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ import com.android.systemui.unfold.UnfoldTransitionProgressProvider.TransitionPr
 * If the transition has already started by the moment when the clients are ready to play the
 * transition then it will report transition started callback and current animation progress.
 */
class ScopedUnfoldTransitionProgressProvider
open class ScopedUnfoldTransitionProgressProvider
@JvmOverloads
constructor(source: UnfoldTransitionProgressProvider? = null) :
    UnfoldTransitionProgressProvider, TransitionProgressListener {