Skip to content

Commit edfe198

Browse files
authored
Fix typo in Tic-Tac-Toe demo (#905)
1 parent 15c39e5 commit edfe198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/TicTacToe/tic-tac-toe/Sources/NewGameUIKit/NewGameViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public class NewGameViewController: UIViewController {
140140
}
141141

142142
public override func viewDidAppear(_ animated: Bool) {
143-
super.viewDidAppear(true)
143+
super.viewDidAppear(animated)
144144

145145
if !self.isMovingToParent {
146146
self.viewStore.send(.gameDismissed)

0 commit comments

Comments
 (0)