From afcb8c115074f444ecfc0d6e529ed2d630af2f42 Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Thu, 18 Jul 2024 09:11:37 +1000 Subject: [PATCH] Removed the attribution label --- .../thoughtcrime/securesms/home/PathActivity.kt | 2 -- app/src/main/res/layout/activity_path.xml | 15 --------------- app/src/main/res/values/strings.xml | 1 - 3 files changed, 18 deletions(-) diff --git a/app/src/main/java/org/thoughtcrime/securesms/home/PathActivity.kt b/app/src/main/java/org/thoughtcrime/securesms/home/PathActivity.kt index e657cddb6f..db0c4d11cc 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/home/PathActivity.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/home/PathActivity.kt @@ -111,14 +111,12 @@ class PathActivity : PassphraseRequiredActionBarActivity() { for (row in rows) { binding.pathRowsContainer.addView(row) } - binding.pathAttribution.visibility = View.VISIBLE if (isAnimated) { binding.spinner.fadeOut() } else { binding.spinner.alpha = 0.0f } } else { - binding.pathAttribution.visibility = View.INVISIBLE if (isAnimated) { binding.spinner.fadeIn() } else { diff --git a/app/src/main/res/layout/activity_path.xml b/app/src/main/res/layout/activity_path.xml index fdc0320d3e..9a4734f540 100644 --- a/app/src/main/res/layout/activity_path.xml +++ b/app/src/main/res/layout/activity_path.xml @@ -41,21 +41,6 @@ android:layout_centerInParent="true" app:SpinKit_Color="?android:textColorPrimary" /> - -