Skip to content

Commit 0cd84ef

Browse files
committed
添加待办项
1 parent 272ce06 commit 0cd84ef

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

diycode-app/src/main/java/com/gcssloop/diycode/fragment/TopicListFragment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ protected void onRefresh(GetTopicsListEvent event, HeaderFooterAdapter adapter)
117117

118118
@Override
119119
protected void onLoadMore(GetTopicsListEvent event, HeaderFooterAdapter adapter) {
120+
// TODO 排除重复数据
120121
adapter.addDatas(event.getBean());
121122
toast("加载更多成功");
122123
mDataCache.saveTopicsList(convert(adapter.getDatas()));

diycode-app/src/main/java/com/gcssloop/diycode/utils/IntentUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public class IntentUtil {
4242
* @param url url
4343
*/
4444
public static void openUrl(Context context, String url) {
45+
// TODO Chrome Custom Tabs
4546
if (null == url || url.isEmpty()) {
4647
Log.i("Diyocde", "Url地址错误");
4748
return;

0 commit comments

Comments
 (0)