Skip to content

Commit

Permalink
#perf 优化fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
MirkoWu committed Apr 25, 2023
1 parent 533604c commit 2a217d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ private void doOnLazyLoad() {
}

protected void resetFirstLoad() {
isFirstLoad = false;
isFirstLoad = true;
}
/**
* 懒加载 需要时可重写
Expand Down

0 comments on commit 2a217d0

Please sign in to comment.