mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 08:56:55 +00:00
Merge "Still launch disabled item if we can't handle its click." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
455eca41be
@@ -762,9 +762,7 @@ public class TaskbarActivityContext extends BaseTaskbarContext {
|
||||
});
|
||||
} else if (tag instanceof WorkspaceItemInfo) {
|
||||
WorkspaceItemInfo info = (WorkspaceItemInfo) tag;
|
||||
if (info.isDisabled()) {
|
||||
ItemClickHandler.handleDisabledItemClicked(info, this);
|
||||
} else {
|
||||
if (!info.isDisabled() || !ItemClickHandler.handleDisabledItemClicked(info, this)) {
|
||||
TaskbarUIController taskbarUIController = mControllers.uiController;
|
||||
RecentsView recents = taskbarUIController.getRecentsView();
|
||||
if (recents != null
|
||||
|
||||
Reference in New Issue
Block a user