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

Commit 35fed29d authored by Hongwei Wang's avatar Hongwei Wang Committed by Android (Google) Code Review
Browse files

Merge "Alt PiP resize bounds no smaller than minimal" into main

parents 8eb40b65 0c8efcea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -210,7 +210,7 @@ public class PipScheduler implements PipTransitionState.PipTransitionStateChange
                    && mPipBoundsState.getBounds().height() == toBounds.height()) {
                // TODO (b/393159816): Config-at-End causes a flicker without size change.
                // If PiP size isn't changing enforce a minimal one-pixel change as a workaround.
                --toBounds.bottom;
                ++toBounds.bottom;
            }
        }
        wct.setBounds(pipTaskToken, toBounds);