Skip to content

Commit

Permalink
Fix Incorrect Link in termsOfServiceOption
Browse files Browse the repository at this point in the history
  • Loading branch information
teogor committed Mar 5, 2024
1 parent 21e94eb commit df35608
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 df35608

Please sign in to comment.