DiscordTime / sticky-sessions-android

StickySessions is an app that helps teams to share and store their thoughts through digital-like retrospective sessions
9 stars 6 forks source link

Stop animating notes on session load #96

Closed rodrigoperazzo closed 6 years ago

rodrigoperazzo commented 6 years ago

Animating all notes on session load was crashing application with an IndexOutOfBoundsException on RecyclerView. This change disable animation by calling notifyDataSetChanged instead of notifyItemRange.