Merge pull request #2143 from omnivore-app/fix/android-privacy-url

Update link to privacy policy in Android
This commit is contained in:
Jackson Harper 2023-05-02 10:09:15 +08:00 committed by GitHub
commit 031a29930f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {