This commit is contained in:
Julian Raufelder 2022-05-27 14:49:02 +02:00
parent b93456ef9e
commit 17218476a2
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D
2 changed files with 2 additions and 2 deletions

View File

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

View File

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