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

Commit 9d30d715 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: I9fc9d63c9304226b5733fc40c3391c56c21977f1
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 85ce4f74 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;
        }