summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Juick/ViewControllers/DialogsViewController.m2
1 files changed, 1 insertions, 1 deletions
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];
}];
}