Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #328 from xiepeijie/master
Browse files Browse the repository at this point in the history
优化了DelegateAdapter.SimpleViewAdapter
  • Loading branch information
longerian authored Apr 10, 2018
2 parents 0ffa263 + 122f13d commit 66ce6af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ public SimpleViewAdapter(@NonNull View view) {

@Override
public LayoutHelper onCreateLayoutHelper() {
return new SingleLayoutHelper();
return mLayoutHelper;
}

@Override
Expand Down

0 comments on commit 66ce6af

Please sign in to comment.