From 1e54235ff537e81a40a6c298f8f52a3ed2808559 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sun, 15 Aug 2021 22:29:14 -0400 Subject: [PATCH] Hide public timeline description when user begins scrolling rather than after cell moves offscreen Fixes description getting dismissed prematurely on iOS 14 and hitching when the cell moves offscreen --- .../TimelineTableViewController.swift | 19 +++++++------------ ...fableTimelineLikeTableViewController.swift | 1 + 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/Tusker/Screens/Timeline/TimelineTableViewController.swift b/Tusker/Screens/Timeline/TimelineTableViewController.swift index 4b248659..0939bb20 100644 --- a/Tusker/Screens/Timeline/TimelineTableViewController.swift +++ b/Tusker/Screens/Timeline/TimelineTableViewController.swift @@ -252,18 +252,13 @@ class TimelineTableViewController: DiffableTimelineLikeTableViewController