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

Commit 5259ffba authored by Craig Mautner's avatar Craig Mautner Committed by Android (Google) Code Review
Browse files

Merge "Move Recents task to back when hiding view."

parents 93d34a61 211cb86a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -354,6 +354,7 @@ public class RecentsPanelView extends FrameLayout implements OnItemClickListener
            if (mPopup != null) {
                mPopup.dismiss();
            }
            ((RecentsActivity) mContext).moveTaskToBack(true);
        }
    }