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

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

Merge "Revert the increase of PiP resize bounds" into main

parents 23f649bb ff1f3558
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -207,7 +207,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);