diff --git a/src/com/android/launcher3/AppsContainerView.java b/src/com/android/launcher3/AppsContainerView.java index 21dd7cbc4f..692c23fe71 100644 --- a/src/com/android/launcher3/AppsContainerView.java +++ b/src/com/android/launcher3/AppsContainerView.java @@ -623,10 +623,6 @@ public class AppsContainerView extends BaseContainerView implements DragSource, } } - // XXX: Optimize this, stop once we are out of bounds - if (mRecyclerViewScrollY < 0) { - new Throwable().printStackTrace(); - } mPredictionBarView.setTranslationY(-mRecyclerViewScrollY + mAppsRecyclerView.getPaddingTop()); }