Loading src/com/android/launcher3/AppsCustomizePagedView.java +8 −2 Original line number Diff line number Diff line Loading @@ -362,9 +362,15 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen if (!isDataReady()) { if ((LauncherAppState.isDisableAllApps() || !mApps.isEmpty()) && !mWidgets.isEmpty()) { post(new Runnable() { // This code triggers requestLayout so must be posted outside of the // layout pass. public void run() { setDataIsReady(); onDataReady(getMeasuredWidth(), getMeasuredHeight()); } }); } } } Loading src/com/android/launcher3/PagedView.java +0 −2 Original line number Diff line number Diff line Loading @@ -996,9 +996,7 @@ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarc } if (mFirstLayout && mCurrentPage >= 0 && mCurrentPage < getChildCount()) { setHorizontalScrollBarEnabled(false); updateCurrentPageScroll(); setHorizontalScrollBarEnabled(true); mFirstLayout = false; } Loading src/com/android/launcher3/AppsCustomizeCellLayout.java +1 −1 File changed.Contains only whitespace changes. Show changes Loading
src/com/android/launcher3/AppsCustomizePagedView.java +8 −2 Original line number Diff line number Diff line Loading @@ -362,9 +362,15 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen if (!isDataReady()) { if ((LauncherAppState.isDisableAllApps() || !mApps.isEmpty()) && !mWidgets.isEmpty()) { post(new Runnable() { // This code triggers requestLayout so must be posted outside of the // layout pass. public void run() { setDataIsReady(); onDataReady(getMeasuredWidth(), getMeasuredHeight()); } }); } } } Loading
src/com/android/launcher3/PagedView.java +0 −2 Original line number Diff line number Diff line Loading @@ -996,9 +996,7 @@ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarc } if (mFirstLayout && mCurrentPage >= 0 && mCurrentPage < getChildCount()) { setHorizontalScrollBarEnabled(false); updateCurrentPageScroll(); setHorizontalScrollBarEnabled(true); mFirstLayout = false; } Loading
src/com/android/launcher3/AppsCustomizeCellLayout.java +1 −1 File changed.Contains only whitespace changes. Show changes