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

Commit fbb91c96 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Only checking activity state to determine visibility when entering PiP."

parents 0bb1f891 7e3233a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -967,7 +967,7 @@ final class ActivityRecord {
            return supportsPictureInPicture();
        }

        if (supportsPictureInPicture() && visible) {
        if (supportsPictureInPicture()) {
            switch (state) {
                case RESUMED:
                case PAUSING: