From c3bd91b2f6b02107322603487094f26259a16703 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 21 Oct 2018 17:45:52 +0300 Subject: End refreshing fix in dialogs --- Juick/ViewControllers/DialogsViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Juick/ViewControllers/DialogsViewController.m') diff --git a/Juick/ViewControllers/DialogsViewController.m b/Juick/ViewControllers/DialogsViewController.m index e801627..05f0958 100644 --- a/Juick/ViewControllers/DialogsViewController.m +++ b/Juick/ViewControllers/DialogsViewController.m @@ -38,8 +38,8 @@ [self.tableView beginUpdates]; [self.tableView insertRowsAtIndexPaths:indexPaths withRowAnimation:YES]; [self.tableView endUpdates]; - [self.refreshControl endRefreshing]; } + [self.refreshControl endRefreshing]; }]; } -- cgit v1.2.3