You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current timline list is based on a very fragile collection view introspection method. After moving to iOS16 we should try to replace it with a LazyVStack (for performance reasons too) and try building it in a more SwiftUI fashion
The text was updated successfully, but these errors were encountered:
- Removed the need for the ListCollectionViewAdapter
- Rewrote the TimelineItemList without using introspection
- Added ReversedScrollView for laying out items at the bottom/trailing
- Rewrote TimelineProvider diffing through CollectionDifference (similar to the RoomSummaryProvider)
- Added back `scrollDismissesKeyboard` behavior
- Various other tweaks and fixes
The current timline list is based on a very fragile collection view introspection method. After moving to iOS16 we should try to replace it with a LazyVStack (for performance reasons too) and try building it in a more SwiftUI fashion
The text was updated successfully, but these errors were encountered: