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

Commit 4c1c33f4 authored by Nick Chameyev's avatar Nick Chameyev Committed by Automerger Merge Worker
Browse files

Merge "Do not run unfold taskbar animation when in portrait" into tm-dev am: 31fc5489

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

Change-Id: I4ba6e280af63cf9ce0dbc1afdd464c1cd177609e
parents 6df50209 31fc5489
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 {