From 646e6418adce5be3a2ef11c73707ceced71e9401 Mon Sep 17 00:00:00 2001 From: Julian Raufelder Date: Wed, 25 May 2022 09:44:37 +0200 Subject: [PATCH] Minor corrections --- .../presentation/ui/activity/CryptomatorVariantsActivity.kt | 4 ++-- .../src/main/res/layout/activity_cryptomator_variants.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/presentation/src/main/java/org/cryptomator/presentation/ui/activity/CryptomatorVariantsActivity.kt b/presentation/src/main/java/org/cryptomator/presentation/ui/activity/CryptomatorVariantsActivity.kt index 1a77652a..ee522807 100644 --- a/presentation/src/main/java/org/cryptomator/presentation/ui/activity/CryptomatorVariantsActivity.kt +++ b/presentation/src/main/java/org/cryptomator/presentation/ui/activity/CryptomatorVariantsActivity.kt @@ -13,7 +13,7 @@ import kotlinx.android.synthetic.main.activity_cryptomator_variants.tvFdroidCust import kotlinx.android.synthetic.main.activity_cryptomator_variants.tvFdroidCustomUnsupported import kotlinx.android.synthetic.main.activity_cryptomator_variants.tvFdroidMainSupported import kotlinx.android.synthetic.main.activity_cryptomator_variants.tvFdroidMainUnsupported -import kotlinx.android.synthetic.main.activity_cryptomator_variants.tvWebsiteAllowed +import kotlinx.android.synthetic.main.activity_cryptomator_variants.tvWebsiteSupported import kotlinx.android.synthetic.main.toolbar_layout.toolbar @Activity(layout = R.layout.activity_cryptomator_variants) @@ -32,7 +32,7 @@ class CryptomatorVariantsActivity : BaseActivity(), CryptomatorVariantsView { tvFdroidCustomSupported.text = "Dropbox, OneDrive, pCloud, WebDAV, S3, Local Storage" tvFdroidCustomUnsupported.text = "Google Drive" - tvWebsiteAllowed.text = "Dropbox, Google Drive, OneDrive, pCloud, WebDAV, S3, Local Storage" + tvWebsiteSupported.text = "Dropbox, Google Drive, OneDrive, pCloud, WebDAV, S3, Local Storage" btnInstallMainFDroidVariant.setOnClickListener { presenter.onInstallMainFDroidVariantClicked() diff --git a/presentation/src/main/res/layout/activity_cryptomator_variants.xml b/presentation/src/main/res/layout/activity_cryptomator_variants.xml index cc3dc305..909c186f 100644 --- a/presentation/src/main/res/layout/activity_cryptomator_variants.xml +++ b/presentation/src/main/res/layout/activity_cryptomator_variants.xml @@ -58,7 +58,7 @@ android:src="@drawable/ic_done_gray" /> + android:text="@string/screen_cryptomator_variants_fdroid_main_description" />