doubledotlabs / ButterySlack

A material design Slack client, made by the butter enthusaists for the butter enthusaists ;)
GNU General Public License v3.0
18 stars 3 forks source link

Consecutive Messages + Pagination #3

Closed fennifith closed 7 years ago

fennifith commented 7 years ago

Because the messages load in 'pages', if a group of messages sent by the same person is interrupted by a new page then the next message will show as the start of a new group. This could be fixed by either checking the last message in the recyclerview when a new page loads or by grouping them in the recyclerview instead of while they load.