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

Commit b7cbba6d authored by Ryan Lin's avatar Ryan Lin Committed by Automerger Merge Worker
Browse files

Merge "Fix no announcment when the PIP menu shows on the screen" into tm-dev...

Merge "Fix no announcment when the PIP menu shows on the screen" into tm-dev am: d10059c7 am: ba9b6eba

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



Change-Id: Idbd4ec0a47bbda387e643edeedcba13c0482b109
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 769ad573 ba9b6eba
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -853,6 +853,8 @@ public final class AccessibilityWindowsPopulator extends WindowInfosListener {
                windowInfo.title = "Splitscreen Divider";
            } else if (window.mIsPIPMenu) {
                windowInfo.title = "Picture-in-Picture menu";
                // Set it to true to be consistent with the legacy implementation.
                windowInfo.inPictureInPicture = true;
            }
            return windowInfo;
        }