Tusker/Tusker/Screens/Timeline
Shadowfacts 868df25417 Disable pruning offscreen rows in new timelines
I don't think this is actually necessary, the system should kill us
often enough that the amount of items in the data source doesn't become
unmanageable.

Making modifications to the data source in viewDidDisappear was causing
the collection view's contentOffset to change to be scrolled to top
(roughly) when the view became visible again.

Disabling it also fixes several issues caused by updating the data
source even when there were no changes.

Closes #193
Closes #192
Closes #187
Closes #186
2022-10-28 19:05:07 -04:00
..
HashtagTimelineViewController.swift Add logging to persistent store 2022-10-09 17:09:55 -04:00
InstanceTimelineViewController.swift Add logging to persistent store 2022-10-09 17:09:55 -04:00
PublicTimelineDescriptionCollectionViewCell.swift Re-add public timeline descriptions 2022-10-01 15:32:06 -04:00
TimelineTableViewController.swift Revert "Maybe fix timeline discontinuities" 2022-09-18 22:37:18 -04:00
TimelineViewController.swift Disable pruning offscreen rows in new timelines 2022-10-28 19:05:07 -04:00
TimelinesPageViewController.swift Re-add public timeline descriptions 2022-10-01 15:32:06 -04:00