diff --git a/Classes/History/PathCommitSectionController.swift b/Classes/History/PathCommitSectionController.swift index c2434a96f..dcbfe2d18 100644 --- a/Classes/History/PathCommitSectionController.swift +++ b/Classes/History/PathCommitSectionController.swift @@ -34,4 +34,3 @@ final class PathCommitSectionController: ListSwiftSectionController, MarkdownStyledTextViewDelegate { private let issueModel: IssueDetailsModel @@ -35,7 +33,7 @@ final class IssueLabeledSectionController: ListGenericSectionController, -ListBindingSectionControllerDataSource, + ListBindingSectionControllerDataSource, ListBindingSectionControllerSelectionDelegate { private let issue: IssueDetailsModel diff --git a/Classes/Repository/RepositoryIssuesViewController.swift b/Classes/Repository/RepositoryIssuesViewController.swift index bfe6fa659..95dcebb40 100644 --- a/Classes/Repository/RepositoryIssuesViewController.swift +++ b/Classes/Repository/RepositoryIssuesViewController.swift @@ -15,7 +15,7 @@ enum RepositoryIssuesType { } class RepositoryIssuesViewController: BaseListViewController, -BaseListViewControllerDataSource, + BaseListViewControllerDataSource, SearchBarSectionControllerDelegate { private var models = [ListDiffable]() @@ -58,7 +58,7 @@ SearchBarSectionControllerDelegate { super.viewDidLoad() makeBackBarItemEmpty() - + let presentingInTabMan = label == nil if presentingInTabMan { // set the frame in -viewDidLoad is required when working with TabMan @@ -139,7 +139,7 @@ SearchBarSectionControllerDelegate { case .issues: typeQuery = "is:issue" case .pullRequests: typeQuery = "is:pr" } - return "repo:\(owner)/\(repo) \(typeQuery) \(previousSearchString)" + return "repo:\(owner)/\(repo) \(typeQuery) \(previousSearchString)".lowercased() } } diff --git a/Classes/View Controllers/UIViewController+PresentLabels.swift b/Classes/View Controllers/UIViewController+PresentLabels.swift index 434130778..6d9234d38 100644 --- a/Classes/View Controllers/UIViewController+PresentLabels.swift +++ b/Classes/View Controllers/UIViewController+PresentLabels.swift @@ -19,7 +19,7 @@ extension UIViewController { type: type, label: label ) - + navigationController?.pushViewController( repositoryIssuesViewController, animated: true