Skip to content

Commit

Permalink
5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yannecer committed Feb 2, 2021
1 parent 74de723 commit d9646d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ncalendar/src/main/java/com/necer/calendar/NCalendar.java
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ private ValueAnimator getValueAnimator(int duration) {
protected void onFinishInflate() {
super.onFinishInflate();

Log.e("onFinishInflate", "onFinishInflate");
if (getChildCount() != 3) {
throw new RuntimeException(getContext().getString(R.string.N_NCalendar_child_num));
}
Expand Down

0 comments on commit d9646d0

Please sign in to comment.