diff options
author | Vitaly Takmazov | 2021-10-18 18:27:03 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2021-10-18 18:27:03 +0300 |
commit | 97253d60341018e1231043d673432c9c2a25c39c (patch) | |
tree | 5fa162a4a7c0c0c36ee2e1b632cd9936f9ebd4f9 /Juick/ViewControllers | |
parent | 52b37dfc0436da547140ffc739a0d462aa374bd0 (diff) |
iOS 15 updates
Diffstat (limited to 'Juick/ViewControllers')
-rw-r--r-- | Juick/ViewControllers/DialogsViewController.m | 2 |
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 { |