Преглед на файлове

[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;