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

Commit 693ce644 authored by Michael Jurka's avatar Michael Jurka
Browse files

Fix recents on crespo

parent a17a7953
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -134,8 +134,10 @@ import android.view.View;

    void jumpTo(boolean appearing) {
        mContentView.setTranslationY(appearing ? 0 : mPanelHeight);
        if (mScrimView.getBackground() != null) {
            mScrimView.getBackground().setAlpha(appearing ? 255 : 0);
        }
    }

    public void setPanelHeight(int h) {
        if (DEBUG) Slog.d(TAG, "panelHeight=" + h);
+1 −0
Original line number Diff line number Diff line
@@ -239,6 +239,7 @@ public class RecentsPanelView extends FrameLayout implements OnItemClickListener

    public void show(boolean show, boolean animate) {
        if (show) {
            refreshRecentTasksList(null, true);
            mWaitingToShow = true;
            mWaitingToShowAnimated = animate;
            showIfReady();