add issue VC as listener for comments

This commit is contained in:
Ryan Nystrom
2017-07-15 01:22:09 -04:00
parent 0eacfbd1ee
commit 72e5494b13
2 changed files with 2 additions and 1 deletions

View File

@@ -104,6 +104,7 @@ final class IssuesViewController: UIViewController, ListAdapterDataSource, FeedD
func onAddComment() {
guard let subjectId = subjectId else { return }
let addCommentClient = AddCommentClient(client: client, subjectId: subjectId)
addCommentClient.addListener(listener: self)
let controller = UINavigationController(rootViewController: NewCommentViewController(client: addCommentClient))
controller.modalPresentationStyle = .formSheet
present(controller, animated: true)

View File

@@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>859</string>
<string>860</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>