mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
Allowing taskView to have focusable children (using taskOverlays)
Bug: 110271905 Change-Id: Ie75a680efa61d3ded6142ff4e65198a704603639
This commit is contained in:
@@ -121,7 +121,6 @@ public class TaskView extends FrameLayout implements TaskCallbacks, PageCallback
|
||||
TaskUtils.getLaunchComponentKeyForTask(getTask().key));
|
||||
});
|
||||
setOutlineProvider(new TaskOutlineProvider(getResources()));
|
||||
setDescendantFocusability(FOCUS_BLOCK_DESCENDANTS);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user