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

Commit 971f8d2f authored by Kiril Mikos's avatar Kiril Mikos
Browse files

SystemUI: Fix recent animation coordinates in expanded desktop mode.

Change-Id: I2685dc1c23d709f0eb708f78243ebd8d053003a6
parent d7ba85c0
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