am 80aa3ec4: Merge "Fixing screen jumps when performing DnD in rtl mode" into ub-launcher3-burnaby

* commit '80aa3ec40ff78ba3cdc7b4c299e271a110336ec0':
  Fixing screen jumps when performing DnD in rtl mode
This commit is contained in:
Sunny Goyal
2015-05-29 22:13:52 +00:00
committed by Android Git Automerger
+1
View File
@@ -734,6 +734,7 @@ public class Workspace extends PagedView
fadeAndRemoveEmptyScreen(SNAP_OFF_EMPTY_SCREEN_DURATION, FADE_EMPTY_SCREEN_DURATION,
onComplete, stripEmptyScreens);
} else {
snapToPage(getNextPage(), 0);
fadeAndRemoveEmptyScreen(0, FADE_EMPTY_SCREEN_DURATION,
onComplete, stripEmptyScreens);
}