summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/MessagesViewController.m
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-12-22 06:46:11 +0300
committerGravatar Vitaly Takmazov2017-12-22 06:46:11 +0300
commit0055643a9b5fbd1b6b61a47c3759dd0ad704fa0f (patch)
treeeed5cb2b6b5d688c9a0f98ca018614af8531b4f3 /Juick/ViewControllers/MessagesViewController.m
parentf5180bc0d6991ec8eb773087695fa2359ddcfad2 (diff)
drop more unneeded animations
Diffstat (limited to 'Juick/ViewControllers/MessagesViewController.m')
-rw-r--r--Juick/ViewControllers/MessagesViewController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Juick/ViewControllers/MessagesViewController.m b/Juick/ViewControllers/MessagesViewController.m
index 8e4835b..de79164 100644
--- a/Juick/ViewControllers/MessagesViewController.m
+++ b/Juick/ViewControllers/MessagesViewController.m
@@ -55,7 +55,7 @@
self.dataLoading = NO;
if (scrollToBottom) {
NSIndexPath *lastRow = [NSIndexPath indexPathForRow:self.messages.count - 1 inSection:0];
- [self.tableView scrollToRowAtIndexPath:lastRow atScrollPosition:UITableViewScrollPositionBottom animated:YES];
+ [self.tableView scrollToRowAtIndexPath:lastRow atScrollPosition:UITableViewScrollPositionBottom animated:NO];
}
}];
}