mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2143 from omnivore-app/fix/android-privacy-url
Update link to privacy policy in Android
This commit is contained in:
commit
031a29930f
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ fun PrimaryNavigator(
|
|||
}
|
||||
|
||||
composable(Routes.PrivacyPolicy.route) {
|
||||
PolicyWebView(navController = navController, url = "https://omnivore.app/app/privacy")
|
||||
PolicyWebView(navController = navController, url = "https://omnivore.app/privacy")
|
||||
}
|
||||
|
||||
composable(Routes.TermsAndConditions.route) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue