Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 5f738ae

Browse files
authored
fix profile presentation crash (#2467)
1 parent ffc818a commit 5f738ae

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Classes/Systems/SpecialGitHubEmoji.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import Foundation
1010

1111
enum SpecialGitHubEmoji: String {
12-
12+
1313
case feelsgood
1414
case finnadie
1515
case goberserk

Classes/View Controllers/UIViewController+Safari.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ extension UIViewController {
1919
func presentProfile(login: String) {
2020
guard let controller = CreateProfileViewController(login: login) else { return }
2121
route_present(to: controller)
22-
present(controller, animated: trueUnlessReduceMotionEnabled)
2322
}
2423

2524
func presentCommit(owner: String, repo: String, hash: String) {

Classes/Views/IssueTextActionsView+Markdown.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,3 @@ extension IssueTextActionsView {
144144
}
145145

146146
}
147-

0 commit comments

Comments
 (0)