diff --git a/ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/ChipsLayoutManager.java b/ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/ChipsLayoutManager.java index 3032fb8..a099269 100644 --- a/ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/ChipsLayoutManager.java +++ b/ChipsLayoutManager/src/main/java/com/beloo/widget/chipslayoutmanager/ChipsLayoutManager.java @@ -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;