Merge "Do not run unfold taskbar animation when in portrait" into tm-dev

This commit is contained in:
Nick Chameyev
2022-03-09 10:26:21 +00:00
committed by Android (Google) Code Review

View File

@@ -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 {