summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/DialogsViewController.m
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-10-21 17:45:52 +0300
committerGravatar Vitaly Takmazov2018-10-21 17:45:52 +0300
commitc3bd91b2f6b02107322603487094f26259a16703 (patch)
treedf5787b664ee3d5fac8c54ec48b5407ea721a1d5 /Juick/ViewControllers/DialogsViewController.m
parent9857b5e80ae0f3e23ef850ea8d7e8316b14a6d8e (diff)
End refreshing fix in dialogs
Diffstat (limited to 'Juick/ViewControllers/DialogsViewController.m')
-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];
}];
}