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

Commit be2b8626 authored by Filip Gruszczynski's avatar Filip Gruszczynski Committed by Android (Google) Code Review
Browse files

Merge "Fix thumbnail aspect invisible in single freeform to recents transition."

parents 4657518d e3264d88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1419,7 +1419,7 @@ public class AppTransition implements Dump {
                            // to be set.
                            Rect rect = spec.rect;
                            putDefaultNextAppTransitionCoordinates(rect.left, rect.top,
                                    rect.width(), rect.height(), null);
                                    rect.width(), rect.height(), spec.bitmap);
                        }
                    }
                }