|
|
@ -190,6 +190,8 @@ class MediaPageViewController: UIPageViewController, UIPageViewControllerDataSou
|
|
|
|
public func didPressAllMediaButton(sender: Any) {
|
|
|
|
public func didPressAllMediaButton(sender: Any) {
|
|
|
|
Logger.debug("\(logTag) in \(#function)")
|
|
|
|
Logger.debug("\(logTag) in \(#function)")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
currentViewController.stopVideo()
|
|
|
|
|
|
|
|
|
|
|
|
guard let mediaGalleryDataSource = self.mediaGalleryDataSource else {
|
|
|
|
guard let mediaGalleryDataSource = self.mediaGalleryDataSource else {
|
|
|
|
owsFail("\(logTag) in \(#function) mediaGalleryDataSource was unexpectedly nil")
|
|
|
|
owsFail("\(logTag) in \(#function) mediaGalleryDataSource was unexpectedly nil")
|
|
|
|
return
|
|
|
|
return
|
|
|
|