JonasWanke / com.jonaswanke.calendar

📅 Material Design CalendarView for Android
Apache License 2.0
49 stars 16 forks source link

51 add-event changes position when zooming #52

Closed JonasWanke closed 6 years ago

JonasWanke commented 6 years ago

Fixes: #51

Description

Add-event was not scaled/repositioned when zooming in as its EventData was cleared and not regenerated.

Checklist