Loading src/com/android/launcher3/Workspace.java +5 −0 Original line number Diff line number Diff line Loading @@ -708,7 +708,12 @@ public class Workspace extends SmoothPagedView onComplete, stripEmptyScreens); } return; } else if (stripEmptyScreens) { // If we're not going to strip the empty screens after removing // the extra empty screen, do it right away. stripEmptyScreens(); } if (onComplete != null) { onComplete.run(); } Loading Loading
src/com/android/launcher3/Workspace.java +5 −0 Original line number Diff line number Diff line Loading @@ -708,7 +708,12 @@ public class Workspace extends SmoothPagedView onComplete, stripEmptyScreens); } return; } else if (stripEmptyScreens) { // If we're not going to strip the empty screens after removing // the extra empty screen, do it right away. stripEmptyScreens(); } if (onComplete != null) { onComplete.run(); } Loading