misosvec / SingleRowCalendar

Android library for horizontal single row calendar. With this library, you aren't attached to library built-in UI. You can create really beautiful and customizable UI and use selection features without hands getting dirty with RecyclerView and SelectionTracker.
Apache License 2.0
370 stars 53 forks source link

LeakCanary memory leak report #10

Open Azkv opened 4 years ago

Azkv commented 4 years ago

All of the observers are leaking. Could you make them nullable or release them upon detach?