|
|
@ -607,10 +607,10 @@ class MediaPageViewController: UIPageViewController, UIPageViewControllerDataSou
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
mediaGalleryDataSource.dismissMediaDetailViewController(self, animated: isAnimated) {
|
|
|
|
mediaGalleryDataSource.dismissMediaDetailViewController(self,
|
|
|
|
UIDevice.current.ows_setOrientation(.portrait)
|
|
|
|
animated: isAnimated,
|
|
|
|
completion?()
|
|
|
|
completion: completion)
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// MARK: MediaDetailViewControllerDelegate
|
|
|
|
// MARK: MediaDetailViewControllerDelegate
|
|
|
|