소스 검색

[FIX]
- 디버깅용 로그 제거

yeongyun 6 년 전
부모
커밋
9bd77c5b17
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      app/src/main/java/kr/co/zumo/app/lifeplus/view/screen/main/MainCategorySnapper.java

+ 1 - 2
app/src/main/java/kr/co/zumo/app/lifeplus/view/screen/main/MainCategorySnapper.java

@@ -379,8 +379,7 @@ public class MainCategorySnapper extends RecyclerView.OnFlingListener {
    * @return the child view that is currently closest to the center of this parent.
    */
   @Nullable
-  private View findCenterView(RecyclerView.LayoutManager layoutManager,
-                              OrientationHelper helper) {
+  private View findCenterView(RecyclerView.LayoutManager layoutManager, OrientationHelper helper) {
     int childCount = layoutManager.getChildCount();
     if (childCount == 0) {
       return null;