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

Commit 95bdfae2 authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Temporary workaround for b/25980198"

parents dd4ce064 160f4c0d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -138,6 +138,8 @@ public class RecentsView extends FrameLayout implements TaskStackView.TaskStackV
                // If onRecentsHidden is not triggered, we need to the stack view again here
                mTaskStackView.reset();
                mTaskStackView.setStack(stack);
                removeView(mTaskStackView);
                addView(mTaskStackView);
            } else {
                mTaskStackView = new TaskStackView(getContext(), stack);
                mTaskStackView.setCallbacks(this);