Skip to content

Commit

Permalink
Merge pull request #187 from teogor/bug-fix/terms-of-service-option
Browse files Browse the repository at this point in the history
Ensure Terms of Service Link Opens Correctly
  • Loading branch information
teogor authored Mar 5, 2024
2 parents 21e94eb + df35608 commit 48576bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ fun ScreenListScope.termsOfServiceOption() = item {
subtitle = Resources.ReviewOurTermsOfService,
icon = Icons.Default.Link,
clickable = {
applicationDetails.privacyLink?.let {
applicationDetails.termsLink?.let {
uriHandler.openUri(it)
}
},
Expand Down

0 comments on commit 48576bb

Please sign in to comment.