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

Commit e3264d88 authored by Filip Gruszczynski's avatar Filip Gruszczynski
Browse files

Fix thumbnail aspect invisible in single freeform to recents transition.

Change-Id: Ib73b436c5b201539ec279725467185f59d07a8b9
parent e98c57a8
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);
                        }
                    }
                }