Stop clearing focus when snapping to a new workspace page.

am: 04e2c9ef56

* commit '04e2c9ef5663262fc9dd08ffc4b59fe305a017f3':
  Stop clearing focus when snapping to a new workspace page.
This commit is contained in:
Tony Wickham
2015-11-03 22:07:57 +00:00
committed by android-build-merger
2 changed files with 0 additions and 6 deletions

View File

@@ -398,7 +398,6 @@ public class FocusHelper {
if (newIconIndex == FocusLogic.PREVIOUS_PAGE_LEFT_COLUMN) {
newPageIndex = pageIndex - 1;
}
workspace.snapToPage(newPageIndex);
row = ((CellLayout.LayoutParams) v.getLayoutParams()).cellY;
parent = getCellLayoutChildrenForIndex(workspace, newPageIndex);
if (parent != null) {