mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Removing logging code from last CL.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user