"moved privacy policy"

This commit is contained in:
sonalyadav 2025-03-18 18:33:57 +05:30
parent c46c1d2353
commit acafe9ef12

View file

@ -142,7 +142,7 @@ class AboutActivity : BaseActivity() {
}
fun launchPrivacyPolicy(view: View?) {
Utils.handleWebUrl(this, Uri.parse(BuildConfig.PRIVACY_POLICY_URL))
Utils.handleWebUrl(this, Uri.parse("https://commons-app.github.io/#privacy-policy"))
}
fun launchFrequentlyAskedQuesions(view: View?) {