Android-Week-View icon indicating copy to clipboard operation
Android-Week-View copied to clipboard

Multiple preview render problems

Open Copy33 opened this issue 7 years ago • 1 comments

Some problems I found in the rendering of the WeekView in the layout (xml):

  • java.lang.IllegalArgumentException: Invalid Region.Op - only INTERSECT and DIFFERENCE are allowed. It doesn't like all the Regoin.Op.REPLACE you have.

  • if(mEventRects == null || mRefreshEvents || (dayNumber == leftDaysWithGaps + 1 && mFetchedPeriod != (int) mWeekViewLoader.toWeekViewPeriodIndex(day) && Math.abs(mFetchedPeriod - mWeekViewLoader.toWeekViewPeriodIndex(day)) > 0.5)) returns a NullPointerException

Copy33 avatar Sep 27 '18 19:09 Copy33

I have this problem too...

AntonisKl avatar Dec 28 '18 08:12 AntonisKl