Skip to content

Commit

Permalink
Make model group extendable (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
elihart authored Oct 22, 2017
1 parent 3cef2c5 commit 98c2987
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ protected final Holder createNewHolder() {
return new Holder();
}

protected class Holder extends EpoxyHolder {
public class Holder extends EpoxyHolder {
private List<View> views;
private List<EpoxyHolder> holders;
private ViewGroup rootView;
Expand Down

0 comments on commit 98c2987

Please sign in to comment.