parley-messaging / ios-library

Parley iOS app library
MIT License
2 stars 2 forks source link

Feed keeps loading at the top when AlwaysPolling is enabled #126

Closed nlamah closed 4 months ago

nlamah commented 4 months ago

Describe the Bug When Parley is set to alwaysPolling and the the feed is scrolled to the top, when the first message is shown, most of the time the loader is visible instead of the info message.

To Reproduce

Expected behaviour When the first message is shown, and nothing the be loaded anymore, the loader should not appear, but always the info message.

Screenshots

https://github.com/parley-messaging/ios-library/assets/2762698/e7911689-8613-4bf1-b26a-8638e91c4cc2

alexkok commented 4 months ago

Turns out polling had some unintended side effects due to some other changes, under which this side effect as well.

Fixed in 4.1.3 🚀