Update footer items after delete scrolls you to next item in pager view

// FREEBIE
pull/1/head
Michael Kirk 8 years ago
parent 3058cb8733
commit 3de923bf6b

@ -59,6 +59,7 @@ class MediaPageViewController: UIPageViewController, UIPageViewControllerDataSou
self.updateTitle(item: item)
self.setViewControllers([galleryPage], direction: direction, animated: isAnimated)
self.updateFooterBarButtonItems(isPlayingVideo: false)
}
private let uiDatabaseConnection: YapDatabaseConnection

Loading…
Cancel
Save