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

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

Merge "[Overview Actions] Hide overview actions when swipe down to launch...

Merge "[Overview Actions] Hide overview actions when swipe down to launch app." into ub-launcher3-master
parents d8070756 445de0e5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -718,6 +718,9 @@ public abstract class RecentsView<T extends BaseActivity> extends PagedView impl
        for (int i = 0; i < taskCount; i++) {
            getTaskViewAt(i).setFullscreenProgress(mFullscreenProgress);
        }
        if (mActionsView != null) {
            mActionsView.setVisibility(fullscreenProgress == 0 ? VISIBLE : INVISIBLE);
        }
    }

    private void updateTaskStackListenerState() {
@@ -2032,7 +2035,6 @@ public abstract class RecentsView<T extends BaseActivity> extends PagedView impl
        void onEmptyMessageUpdated(boolean isEmpty);
    }


    private static class PinnedStackAnimationListener<T extends BaseActivity> extends
            IPinnedStackAnimationListener.Stub {
        private T mActivity;