Преглед изворни кода

修复提交错误

(cherry picked from commit aacceb2)
zengjiebin пре 7 година
родитељ
комит
660190d5fd

+ 1 - 1
app/src/main/java/com/kfzs/duanduan/fragment/FgtFindChild.java

@@ -131,7 +131,7 @@ public class FgtFindChild extends BaseCompatFragment {
                 }
             }
         });
-        ViewUtil.setBootomLine(view_list);
+        ViewUtil.setBottomLine(view_list);
         view_list.setLayoutManager(new LinearLayoutManager(SheepApp.getInstance()));
         view_list.setAdapter(new AdbCommonRecycler<FindItem>(SheepApp.getInstance(), list){
 

+ 1 - 1
app/src/main/java/com/sheep/gamegroup/util/ViewUtil.java

@@ -446,7 +446,7 @@ public class ViewUtil {
 
     }
 
-    public static void setBootomLine(XRecyclerView view_list) {
+    public static void setBottomLine(final XRecyclerView view_list) {
         View view = LayoutInflater.from(SheepApp.getInstance()).inflate(R.layout.common_foot_view, null);
         view_list.setFootView(view, new CustomFooterViewCallBack() {
             @Override