Moving clear all button inside the recents view
Bug: 72222505 Bug: 109828536 Change-Id: I843b79db3e47abc2c41ed78f186b9c941941ddef
This commit is contained in:
@@ -121,6 +121,7 @@ public class TaskView extends FrameLayout implements TaskCallbacks, PageCallback
|
||||
TaskUtils.getLaunchComponentKeyForTask(getTask().key));
|
||||
});
|
||||
setOutlineProvider(new TaskOutlineProvider(getResources()));
|
||||
setDescendantFocusability(FOCUS_BLOCK_DESCENDANTS);
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -347,8 +348,6 @@ public class TaskView extends FrameLayout implements TaskCallbacks, PageCallback
|
||||
}
|
||||
}
|
||||
|
||||
if (getRecentsView().performTaskAccessibilityActionExtra(action)) return true;
|
||||
|
||||
return super.performAccessibilityAction(action, arguments);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user