Skip to content

Commit

Permalink
Fix review button
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Dec 28, 2020
1 parent dbff8c0 commit c2f8226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XKCDY/Views/SettingsSheet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ struct SettingsSheet: View {
}

Button(action: {
SKStoreReviewController.requestReview()
UIApplication.shared.open(URL(string: "https://apps.apple.com/app/id1520259318?action=write-review")!)
}) {
Text("Rate on the App Store")
}
Expand Down

0 comments on commit c2f8226

Please sign in to comment.