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

Commit e4cc28f4 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: 9b286589

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



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