mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Merge "Add onTaskMovedToFront to close floating views" into tm-qpr-dev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user