Skip to content

Commit 5714740

Browse files
author
Michael Skiba
committed
minor timing improvement
1 parent f907ad4 commit 5714740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RIGImageGallery/RIGImageGalleryViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ private extension RIGImageGalleryViewController {
301301
navigationController?.setToolbarHidden(navigationBarsHidden, animated: animated)
302302
navigationController?.setNavigationBarHidden(navigationBarsHidden, animated: animated)
303303
setNeedsStatusBarAppearanceUpdate()
304-
UIView.animate(withDuration: 0.15, animations: {
304+
UIView.animate(withDuration: 0.2, animations: {
305305
self.currentImageViewController?.scrollView.baseInsets = self.scrollViewInset
306306
})
307307
}

0 commit comments

Comments
 (0)