Fix double divider bug when payments not available.

fork-5.53.8
Cody Henthorne 2022-05-06 13:08:20 -04:00
rodzic 55919cba59
commit 5142c8c58f
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -141,9 +141,9 @@ class AppSettingsFragment : DSLSettingsFragment(R.string.text_secure_normal__men
findNavController().safeNavigate(R.id.action_appSettingsFragment_to_paymentsActivity) findNavController().safeNavigate(R.id.action_appSettingsFragment_to_paymentsActivity)
} }
) )
}
dividerPref() dividerPref()
}
clickPref( clickPref(
title = DSLSettingsText.from(R.string.preferences__help), title = DSLSettingsText.from(R.string.preferences__help),