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