Skip to content

Commit 8025da3

Browse files
committed
Removed user interaction on the animation
1 parent bb5229e commit 8025da3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/ImageViewerController.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,6 @@ class ImageViewerController:UIViewController, UIGestureRecognizerDelegate {
236236
} else {
237237
UIView.animate(
238238
withDuration: 0.237,
239-
delay: 0.0,
240-
options: .allowUserInteraction,
241239
animations: {
242240
container.center = self.view.center
243241
self.backgroundView?.alpha = 1.0

0 commit comments

Comments
 (0)