From 5142c8c58fa84ac0b204d554af27c7918c22537f Mon Sep 17 00:00:00 2001 From: Cody Henthorne Date: Fri, 6 May 2022 13:08:20 -0400 Subject: [PATCH] Fix double divider bug when payments not available. --- .../securesms/components/settings/app/AppSettingsFragment.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/org/thoughtcrime/securesms/components/settings/app/AppSettingsFragment.kt b/app/src/main/java/org/thoughtcrime/securesms/components/settings/app/AppSettingsFragment.kt index 3abdf6507c..6828759945 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/components/settings/app/AppSettingsFragment.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/components/settings/app/AppSettingsFragment.kt @@ -141,9 +141,9 @@ class AppSettingsFragment : DSLSettingsFragment(R.string.text_secure_normal__men findNavController().safeNavigate(R.id.action_appSettingsFragment_to_paymentsActivity) } ) - } - dividerPref() + dividerPref() + } clickPref( title = DSLSettingsText.from(R.string.preferences__help),