diegoberaldin / RaccoonForLemmy

A Kotlin Multiplatform client for Lemmy
https://diegoberaldin.github.io/RaccoonForLemmy/
GNU General Public License v3.0
110 stars 8 forks source link

fix: child comments visible under collapsed parent after load/refresh #1021

Closed N7-X closed 1 week ago

N7-X commented 1 week ago

This PR fixes #1020 which was introduced by #1012

Comment expanded state was set correctly, however comment visible state also needed to be set for all child comments under the collapsed parent.

This fix also update the original PR to be more legible during the revision process.

diegoberaldin commented 1 week ago

Ok, I didn't realize when I approved 😅 however there is a conflict, could you please pull master in your fork and then rebase this branch on master? Feel free to force push afterwards to the branch of this pull request.

N7-X commented 1 week ago

Whoops, somehow my local copy got out of sync with the master branch. Thanks!

Ok, I didn't realize when I approved 😅

I didn't realize when I wrote it, so don't feel too bad :laughing: