From 27b39b79e658345adf7aff3dfae17be7e9ea7042 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Tue, 12 Jan 2021 22:32:14 -0500 Subject: [PATCH] Fix refreshes after no-result refresh not working Fixes #117 --- .../Notifications/NotificationsTableViewController.swift | 4 +++- Tusker/Screens/Profile/ProfileStatusesViewController.swift | 4 +++- Tusker/Screens/Timeline/TimelineTableViewController.swift | 6 +++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Tusker/Screens/Notifications/NotificationsTableViewController.swift b/Tusker/Screens/Notifications/NotificationsTableViewController.swift index 24792cea..e4263650 100644 --- a/Tusker/Screens/Notifications/NotificationsTableViewController.swift +++ b/Tusker/Screens/Notifications/NotificationsTableViewController.swift @@ -98,7 +98,9 @@ class NotificationsTableViewController: TimelineLikeTableViewController