diff options
| author | 2022-09-26 15:18:03 +0000 | |
|---|---|---|
| committer | 2022-09-26 15:18:03 +0000 | |
| commit | 5504048647394a8f95c0e7ab8d0abe1dec5a7b65 (patch) | |
| tree | fddd57aa5d2e1fbb266a35809f4485454dc6b93a | |
| parent | b041b7b1df6e97c3c78ce17f373794342f1b98f6 (diff) | |
| parent | e82eca31540d655dc0f26f1c73bafa3e4cd4069e (diff) | |
Merge "Reset collapsed TV PiP state for next PiP"
| -rw-r--r-- | libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/TvPipBoundsState.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/TvPipBoundsState.java b/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/TvPipBoundsState.java index ca22882187d8..1651f8993dc1 100644 --- a/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/TvPipBoundsState.java +++ b/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/TvPipBoundsState.java @@ -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 */ |