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

Commit 18c61129 authored by Danny Baumann's avatar Danny Baumann Committed by Gerrit Code Review
Browse files

Merge "SystemUI: Fix recent animation coordinates in expanded desktop mode." into cm-10.2

parents 62e4c8c0 971f8d2f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -675,6 +675,10 @@ public abstract class BaseStatusBar extends SystemUI implements
                            .getDimensionPixelSize(com.android.internal.R.dimen.status_bar_height);
                    float recentsItemTopPadding = statusBarHeight;

                    if (getExpandedDesktopMode() == 2) {
                        statusBarHeight = 0;
                    }

                    float height = thumbTopMargin
                            + thumbHeight
                            + 2 * thumbBgPadding + textPadding + labelTextHeight