Fix links to https://cryptomator.org/android
This commit is contained in:
parent
b93456ef9e
commit
17218476a2
@ -99,7 +99,7 @@ class SettingsActivity : BaseActivity(),
|
||||
}
|
||||
|
||||
override fun showUpdateWebsite() {
|
||||
val url = "https://cryptomator.org/de/android/"
|
||||
val url = "https://cryptomator.org/android/"
|
||||
val intent = Intent(Intent.ACTION_VIEW)
|
||||
intent.data = Uri.parse(url)
|
||||
startActivity(intent)
|
||||
|
@ -206,7 +206,7 @@ class VaultListActivity : BaseActivity(), //
|
||||
}
|
||||
|
||||
override fun showUpdateWebsite() {
|
||||
val url = "https://cryptomator.org/de/android/"
|
||||
val url = "https://cryptomator.org/android/"
|
||||
val intent = Intent(Intent.ACTION_VIEW)
|
||||
intent.data = Uri.parse(url)
|
||||
startActivity(intent)
|
||||
|
Loading…
x
Reference in New Issue
Block a user