diff --git a/Tusker/Screens/Timeline/TimelineViewController.swift b/Tusker/Screens/Timeline/TimelineViewController.swift index 030baf35..01ad78df 100644 --- a/Tusker/Screens/Timeline/TimelineViewController.swift +++ b/Tusker/Screens/Timeline/TimelineViewController.swift @@ -345,7 +345,7 @@ class TimelineViewController: UIViewController, TimelineLikeCollectionViewContro private func removeTimelineDescriptionCell() { var snapshot = dataSource.snapshot() - snapshot.deleteSections([.header]) + snapshot.deleteItems([.publicTimelineDescription]) dataSource.apply(snapshot, animatingDifferences: true) isShowingTimelineDescription = false }