Skip to content

Commit f876e3b

Browse files
committed
Changed email to correct email. Sorry for everyone who wrote me something, please do so again!
1 parent 7192b5d commit f876e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReplaceAnimation/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class ViewController: UICollectionViewController {
125125
picker.mailComposeDelegate = self
126126
picker.setSubject("Replace Animation")
127127
picker.setMessageBody("Any questions on the implementation?", isHTML: false)
128-
picker.setToRecipients(["alex.hue91gmail.com"])
128+
picker.setToRecipients(["alexhue91gmail.com"])
129129

130130
self.presentViewController(picker, animated: true, completion: nil)
131131
}

0 commit comments

Comments
 (0)