Merge "Reset collapsed TV PiP state for next PiP"

This commit is contained in:
Jacqueline Bronger
2022-09-26 15:18:03 +00:00
committed by Android (Google) Code Review

View File

@@ -87,6 +87,7 @@ public class TvPipBoundsState extends PipBoundsState {
public void resetTvPipState() {
mTvFixedPipOrientation = ORIENTATION_UNDETERMINED;
mTvPipGravity = DEFAULT_TV_GRAVITY;
mTvPipManuallyCollapsed = false;
}
/** Set the tv expanded bounds of PiP */