parley-messaging / android-library

Parley Android app library
MIT License
3 stars 3 forks source link

Fixed scroll to bottom with the same messages #54

Closed mennovogel closed 3 months ago

mennovogel commented 3 months ago

This fixes #53.

I've resolved it by using a boolean to indicate if addOnlyNew detected a change, if there was on change listener.onReceivedLatestMessages() will not be called.

alexkok commented 3 months ago

Thanks for resolving, looks fine to prevent the listener from triggering in this case 👍

alexkok commented 3 months ago

Released in 3.9.5 🚀