summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/DialogsViewController.m
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2021-10-18 18:27:03 +0300
committerGravatar Vitaly Takmazov2021-10-18 18:27:03 +0300
commit97253d60341018e1231043d673432c9c2a25c39c (patch)
tree5fa162a4a7c0c0c36ee2e1b632cd9936f9ebd4f9 /Juick/ViewControllers/DialogsViewController.m
parent52b37dfc0436da547140ffc739a0d462aa374bd0 (diff)
iOS 15 updates
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 cca5479..5f2dca9 100644
--- a/Juick/ViewControllers/DialogsViewController.m
+++ b/Juick/ViewControllers/DialogsViewController.m
@@ -55,7 +55,7 @@
[indexPaths addObject:[NSIndexPath indexPathForRow:index inSection: 0]];
}
[self.tableView beginUpdates];
- [self.tableView insertRowsAtIndexPaths:indexPaths withRowAnimation:YES];
+ [self.tableView insertRowsAtIndexPaths:indexPaths withRowAnimation:NO];
[self.tableView endUpdates];
self.tableView.backgroundView = [UIView new];
} else {