LemmyNet / jerboa

A native android app for Lemmy
GNU Affero General Public License v3.0
1.15k stars 167 forks source link

Prevents posts from reloading when changing the comments sorting #1462

Closed rodrigo-fm closed 3 months ago

rodrigo-fm commented 3 months ago

Description

When we sort the comments on the PostActivity, the post information is also fetched (instead of just the comments). This PR fixes this.

Before

https://github.com/dessalines/jerboa/assets/56604262/d09796f6-a7df-4522-9f95-5d9d64f31275

After

https://github.com/dessalines/jerboa/assets/56604262/6670a095-4a15-4523-aa9a-459758466d37