Merge "Allowing taskView to have focusable children (using taskOverlays)" into ub-launcher3-edmonton-polish

This commit is contained in:
TreeHugger Robot
2018-06-15 21:13:26 +00:00
committed by Android (Google) Code Review
@@ -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