Skip to content

Commit

Permalink
Made ChipsLayoutManager constructor protected
Browse files Browse the repository at this point in the history
  • Loading branch information
magneticflux- committed Jun 19, 2017
1 parent 8202c6b commit e6752b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ public class ChipsLayoutManager extends RecyclerView.LayoutManager implements IC
private boolean isAfterPreLayout;

@SuppressWarnings("WeakerAccess")
@VisibleForTesting
ChipsLayoutManager(Context context) {
@VisibleForTesting(otherwise = VisibleForTesting.PROTECTED)
protected ChipsLayoutManager(Context context) {
@DeviceOrientation
int orientation = context.getResources().getConfiguration().orientation;
this.orientation = orientation;
Expand Down

0 comments on commit e6752b2

Please sign in to comment.