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

Commit c17bed12 authored by Manu Cornet's avatar Manu Cornet Committed by android-build-merger
Browse files

2D Recents: Keep nav bar hidden from transition thumbnail am: b68b765c

am: c1a87f88

Change-Id: I4a178bd9ab7b6c0af60131baf8e3d3dd79a820d0
parents c2d612b8 c1a87f88
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1131,8 +1131,10 @@ public class AppTransition implements Dump {
                        // We scale the width and clip to the top/left square
                        float scale = thumbWidth /
                                (appWidth - contentInsets.left - contentInsets.right);
                        if (!mGridLayoutRecentsEnabled) {
                            int unscaledThumbHeight = (int) (thumbHeight / scale);
                            mTmpFromClipRect.bottom = mTmpFromClipRect.top + unscaledThumbHeight;
                        }

                        mNextAppTransitionInsets.set(contentInsets);