mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-30 04:07:44 +08:00
fix master build (#1491)
This commit is contained in:
@@ -191,6 +191,7 @@ MessageTextViewListener {
|
||||
navigationItem.rightBarButtonItem?.isEnabled = !textView.text.isEmpty
|
||||
}
|
||||
|
||||
func willChangeRange(textView: MessageTextView, to range: NSRange) {}
|
||||
func didChangeSelection(textView: MessageTextView) {}
|
||||
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ final class PullRequestReviewReplyCell: IssueCommentBaseCell {
|
||||
button.setImage(UIImage(named: "reply")?.withRenderingMode(.alwaysTemplate), for: .normal)
|
||||
button.tintColor = color
|
||||
button.setTitleColor(color, for: .normal)
|
||||
button.titleLabel?.font = Styles.Fonts.body
|
||||
button.titleLabel?.font = Styles.Text.body.preferredFont
|
||||
button.isUserInteractionEnabled = false
|
||||
|
||||
let spacing = Styles.Sizes.columnSpacing / 2
|
||||
|
||||
@@ -19,7 +19,7 @@ extension MessageViewController {
|
||||
messageView.keyboardType = .twitter
|
||||
messageView.set(buttonIcon: UIImage(named: "send")?.withRenderingMode(.alwaysTemplate), for: .normal)
|
||||
messageView.buttonTint = Styles.Colors.Blue.medium.color
|
||||
messageView.font = Styles.Fonts.body
|
||||
messageView.font = Styles.Text.body.preferredFont
|
||||
messageView.inset = UIEdgeInsets(
|
||||
top: Styles.Sizes.gutter,
|
||||
left: Styles.Sizes.gutter,
|
||||
|
||||
Reference in New Issue
Block a user