summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jacqueline Bronger <bronger@google.com> 2022-09-26 15:18:03 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2022-09-26 15:18:03 +0000
commit5504048647394a8f95c0e7ab8d0abe1dec5a7b65 (patch)
treefddd57aa5d2e1fbb266a35809f4485454dc6b93a
parentb041b7b1df6e97c3c78ce17f373794342f1b98f6 (diff)
parente82eca31540d655dc0f26f1c73bafa3e4cd4069e (diff)
Merge "Reset collapsed TV PiP state for next PiP"
-rw-r--r--libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/TvPipBoundsState.java1
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 */