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

Commit 1a8b95a9 authored by Ats Jenk's avatar Ats Jenk Committed by Android (Google) Code Review
Browse files

Merge "Add onTaskMovedToFront to close floating views" into tm-qpr-dev

parents 0ccbd733 4b4e4a39
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -61,6 +61,11 @@ public final class TaskbarOverlayController {
        public void onTaskStackChanged() {
            mProxyView.close(false);
        }

        @Override
        public void onTaskMovedToFront(int taskId) {
            mProxyView.close(false);
        }
    };

    private DeviceProfile mLauncherDeviceProfile;