Fix double divider bug when payments not available.

This commit is contained in:
Cody Henthorne 2022-05-06 13:08:20 -04:00
parent 55919cba59
commit 5142c8c58f

View file

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