From 97253d60341018e1231043d673432c9c2a25c39c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 18 Oct 2021 18:27:03 +0300 Subject: iOS 15 updates --- 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 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 { -- cgit v1.2.3