am c2e24c0a: Fixes #1876911

Merge commit 'c2e24c0a37ddeab930f731c062705d435e477f75'

* commit 'c2e24c0a37ddeab930f731c062705d435e477f75':
  Fixes #1876911
This commit is contained in:
Romain Guy 2009-06-02 00:36:21 -07:00 committed by The Android Open Source Project
commit 25f6197589
1 changed files with 1 additions and 1 deletions

View File

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