Loading src/com/android/launcher3/AppsContainerView.java +9 −2 Original line number Diff line number Diff line Loading @@ -232,9 +232,16 @@ public class AppsContainerView extends FrameLayout implements DragSource, Insett mFixedBounds.set(fixedBounds); } // Post the updates since they can trigger a relayout, and this call can be triggered from // a layout pass itself. post(new Runnable() { @Override public void run() { updateBackgrounds(); updatePaddings(); } }); } @Override public boolean onInterceptTouchEvent(MotionEvent ev) { Loading Loading
src/com/android/launcher3/AppsContainerView.java +9 −2 Original line number Diff line number Diff line Loading @@ -232,9 +232,16 @@ public class AppsContainerView extends FrameLayout implements DragSource, Insett mFixedBounds.set(fixedBounds); } // Post the updates since they can trigger a relayout, and this call can be triggered from // a layout pass itself. post(new Runnable() { @Override public void run() { updateBackgrounds(); updatePaddings(); } }); } @Override public boolean onInterceptTouchEvent(MotionEvent ev) { Loading