Quivr / Android-Week-View

Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
Apache License 2.0
257 stars 64 forks source link

Preview Render Problems #114

Open Copy33 opened 5 years ago

Copy33 commented 5 years ago

Rendering isn't working in the preview on the latest Android Studio:

java.lang.IllegalArgumentException: Invalid Region.Op - only INTERSECT and DIFFERENCE are allowed   at android.graphics.Canvas.checkValidClipOp(Canvas.java:779)   at android.graphics.Canvas.clipRect(Canvas.java:918)   at com.alamkanak.weekview.WeekView.drawHeaderRowAndEvents(WeekView.java:84

marunjar commented 4 years ago

should work again with PR #124 (tested with android studio 3.5.3)