mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-23 01:06:28 +00:00
Hide duplicate divider
This commit is contained in:
@@ -114,6 +114,7 @@ class SettingsActivity : PassphraseRequiredActionBarActivity() {
|
||||
appearanceButton.setOnClickListener { showAppearanceSettings() }
|
||||
inviteFriendButton.setOnClickListener { sendInvitation() }
|
||||
helpButton.setOnClickListener { showHelp() }
|
||||
passwordDivider.isGone = prefs.getHidePassword()
|
||||
passwordButton.isGone = prefs.getHidePassword()
|
||||
passwordButton.setOnClickListener { showPassword() }
|
||||
clearAllDataButton.setOnClickListener { clearAllData() }
|
||||
|
||||
Reference in New Issue
Block a user