Enable image upload for comments (#891)

This commit is contained in:
James Sherlock
2017-11-07 23:06:47 +00:00
committed by Ryan Nystrom
parent ab28e739bc
commit d6c9dcb14f
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ class EditCommentViewController: UIViewController {
repo: issueModel.repo,
owner: issueModel.repo,
addBorder: true,
supportsImageUpload: false
supportsImageUpload: true
)
textActionsController.configure(client: client, textView: textView, actions: actions)
textView.inputAccessoryView = actions

View File

@@ -148,7 +148,7 @@ FlatCacheListener {
repo: model.repo,
owner: model.owner,
addBorder: false,
supportsImageUpload: false
supportsImageUpload: true
)
// text input bar uses UIVisualEffectView, don't try to match it
actions.backgroundColor = .clear