mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update link to privacy policy in Android
This commit is contained in:
parent
67dc324eb5
commit
e90501a38a
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