previously-riot url added to use in disclaimer dialog.

This commit is contained in:
Onuray Sahin 2020-07-09 15:15:27 +03:00
parent 347cf08861
commit f5284e8447
1 changed files with 1 additions and 0 deletions

View File

@ -21,5 +21,6 @@ object VectorSettingsUrls {
const val COPYRIGHT = "https://element.io/copyright"
const val TAC = "https://element.io/terms-of-service"
const val PRIVACY_POLICY = "https://element.io/privacy"
const val DISCLAIMER_URL = "https://element.io/previously-riot"
const val THIRD_PARTY_LICENSES = "file:///android_asset/open_source_licenses.html"
}