Allowing taskView to have focusable children (using taskOverlays)

Bug: 110271905
Change-Id: Ie75a680efa61d3ded6142ff4e65198a704603639
This commit is contained in:
Sunny Goyal
2018-06-15 13:18:54 -07:00
parent 3871e72686
commit 32b2896e6f

View File

@@ -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