commit | 32b2896e6fb19fbf933f17c0f2ff43baf805ea54 | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Fri Jun 15 13:18:54 2018 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Fri Jun 15 21:04:18 2018 +0000 |
tree | 681baf3695986241ac3f1da3dded6d00026e8d08 | |
parent | 3871e7268607f446ed25bf475d13e230e51c64c3 [diff] |
Allowing taskView to have focusable children (using taskOverlays) Bug: 110271905 Change-Id: Ie75a680efa61d3ded6142ff4e65198a704603639
diff --git a/quickstep/src/com/android/quickstep/views/TaskView.java b/quickstep/src/com/android/quickstep/views/TaskView.java index c4ccd96..508e5bb 100644 --- a/quickstep/src/com/android/quickstep/views/TaskView.java +++ b/quickstep/src/com/android/quickstep/views/TaskView.java
@@ -121,7 +121,6 @@ TaskUtils.getLaunchComponentKeyForTask(getTask().key)); }); setOutlineProvider(new TaskOutlineProvider(getResources())); - setDescendantFocusability(FOCUS_BLOCK_DESCENDANTS); } @Override