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

Commit d10059c7 authored by Ryan Lin's avatar Ryan Lin Committed by Android (Google) Code Review
Browse files

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

parents 6c0ca16d 81f9b199
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;
        }