Skip to content

Commit

Permalink
yoyiyi
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyiyi committed Aug 8, 2017
1 parent d9a633d commit 4e9b5fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ protected void initDatas() {
if (mRefresh == null) {//
if (mLoading != null) {
visible(mLoading);
AppUtils.runOnUIDelayed(() -> loadData(), 650);
AppUtils.runOnUIDelayed(this::loadData, 650);
} else {
super.initDatas();
}
Expand Down

0 comments on commit 4e9b5fd

Please sign in to comment.