mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Use BuildConfig.PRIVACY_POLICY_URL in launchPrivacyPolicy function
This commit is contained in:
parent
58e36bdb01
commit
aaabfb235c
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ class AboutActivity : BaseActivity() {
|
|||
}
|
||||
|
||||
fun launchPrivacyPolicy(view: View?) {
|
||||
Utils.handleWebUrl(this, Uri.parse("https://commons-app.github.io/#privacy-policy"))
|
||||
Utils.handleWebUrl(this, Uri.parse(BuildConfig.PRIVACY_POLICY_URL))
|
||||
}
|
||||
|
||||
fun launchFrequentlyAskedQuesions(view: View?) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue