admin
2021-03-06 47dedd862b60ccecea34b5faba5c3cf64dd2b7d2
BuWanVideo/src/com/weikou/beibeivideo/ui/recent/WatchHistoryFragment.java
@@ -29,6 +29,7 @@
import org.apache.http.Header;
import org.json.JSONObject;
import java.lang.reflect.Array;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.List;
@@ -164,6 +165,8 @@
                    List<WatchHistoryVO> list = gson.fromJson(data.optJSONArray("list").toString(), type);
                    currentPage = page;
                    if (voList == null)
                        voList = new ArrayList<>();
                    if (page == 1)
                        voList.clear();
                    if (list != null && list.size() > 0) {