OSDN Git Service

Removing logging code from last CL.
authorWinson Chung <winsonc@google.com>
Wed, 13 May 2015 19:11:52 +0000 (12:11 -0700)
committerWinson Chung <winsonc@google.com>
Wed, 13 May 2015 19:12:55 +0000 (19:12 +0000)
src/com/android/launcher3/AppsContainerView.java

index 21dd7cb..692c23f 100644 (file)
@@ -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());
     }