(cherry picked from commit 9fb502f5319c9cfb04c367a441693ef5dfe1134c)
@@ -19,7 +19,6 @@
}
- (void)showViewController:(UIViewController *)vc sender:(id)sender
{
- UIViewController *presentingControllerController = self.presentingViewController;
[self.presentingViewController showViewController:vc sender:sender];
[self dismissViewControllerAnimated:YES completion:nil];
@@ -198,9 +198,6 @@
- (void)scrollViewDidScroll:(UIScrollView *)scrollView
- NSInteger currentOffset = scrollView.contentOffset.y;
- NSInteger maximumOffset = scrollView.contentSize.height - scrollView.frame.size.height;
-
if (_boxController.hasMoreFiles && !self.activityIndicator.isAnimating) {
[self requestInformationForCurrentPath];