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

Commit 63959824 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Hook up Go recents view API to recents activity" into ub-launcher3-master

parents bba6451b b6320aee
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -67,9 +67,7 @@ public final class RecentsActivity extends BaseRecentsActivity {

    @Override
    protected void onStart() {
        // Set the alpha to 1 before calling super, as it may get set back to 0 due to
        // onActivityStart callback.
        mIconRecentsView.setAlpha(0);
        mIconRecentsView.onBeginTransitionToOverview();
        super.onStart();
    }
}
+0 −2
Original line number Diff line number Diff line
@@ -144,8 +144,6 @@ public final class IconRecentsView extends FrameLayout {
     * Logic for when we know we are going to overview/recents and will be putting up the recents
     * view. This should be used to prepare recents (e.g. load any task data, etc.) before it
     * becomes visible.
     *
     * TODO: Hook this up for fallback recents activity as well
     */
    public void onBeginTransitionToOverview() {
        // Load any task changes