Fix double divider bug when payments not available.
This commit is contained in:
parent
55919cba59
commit
5142c8c58f
1 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue