am c2e24c0a: Fixes #1876911
Merge commit 'c2e24c0a37ddeab930f731c062705d435e477f75' * commit 'c2e24c0a37ddeab930f731c062705d435e477f75': Fixes #1876911
This commit is contained in:
commit
25f6197589
|
@ -635,7 +635,7 @@ public class Workspace extends ViewGroup implements DropTarget, DragSource, Drag
|
|||
}
|
||||
|
||||
@Override
|
||||
public void addFocusables(ArrayList<View> views, int direction) {
|
||||
public void addFocusables(ArrayList<View> views, int direction, int focusableMode) {
|
||||
if (mLauncher.isDrawerDown()) {
|
||||
final Folder openFolder = getOpenFolder();
|
||||
if (openFolder == null) {
|
||||
|
|
Loading…
Reference in New Issue