Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzfr committed Oct 28, 2022
1 parent 46ba8a9 commit ffcd606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/XS2AiOS/XS2AViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public class XS2AViewController: UIViewController, UIAdaptivePresentationControl
self.addChild(currentFormElement)
currentFormElement.didMove(toParent: self)

if (shouldAnimate && containsAutoSubmit == false {
if (shouldAnimate && containsAutoSubmit == false) {
initializedView.alpha = 0
initializedView.isHidden = true
}
Expand Down

0 comments on commit ffcd606

Please sign in to comment.