mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-21 15:05:19 +00:00
Sync name change (#1637)
This commit is contained in:
parent
8e10e1abf4
commit
fa395456a5
@ -281,6 +281,8 @@ class SettingsActivity : PassphraseRequiredActionBarActivity() {
|
||||
Log.w(TAG, "Cannot update display name - missing user details from configFactory.")
|
||||
} else {
|
||||
user.setName(displayName)
|
||||
// sync remote config
|
||||
ConfigurationMessageUtilities.syncConfigurationIfNeeded(this)
|
||||
binding.btnGroupNameDisplay.text = displayName
|
||||
updateWasSuccessful = true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user