Sync name change (#1637)

This commit is contained in:
ThomasSession 2024-08-22 15:59:03 +10:00 committed by GitHub
parent 8e10e1abf4
commit fa395456a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}