diff options
author | Vitaly Takmazov | 2019-03-24 11:41:10 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-03-24 11:43:02 +0300 |
commit | aab91a39e9e24994d01adc4094dfe0bbd566d121 (patch) | |
tree | 37e84e11a359f4e7a8aa17a31c02f71b4172d96c /Juick/ViewControllers/NewPostViewController.m | |
parent | e16eb980016b370f16bb8315434152decc1239b3 (diff) |
Fix inifinite scrolling
Diffstat (limited to 'Juick/ViewControllers/NewPostViewController.m')
-rw-r--r-- | Juick/ViewControllers/NewPostViewController.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/ViewControllers/NewPostViewController.m b/Juick/ViewControllers/NewPostViewController.m index 5a59867..44338bf 100644 --- a/Juick/ViewControllers/NewPostViewController.m +++ b/Juick/ViewControllers/NewPostViewController.m @@ -52,6 +52,7 @@ self.navigationController.navigationItem.rightBarButtonItem.enabled = YES; [self.navigationController popViewControllerAnimated:YES]; [(MessagesViewController *)self.navigationController.visibleViewController setShouldScrollToBottomOnRefresh:YES]; + [(MessagesViewController *)self.navigationController.visibleViewController refreshData]; }]; } } |