Skip to content

Commit

Permalink
Sync name change (#1637)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasSession authored Aug 22, 2024
1 parent 8e10e1a commit fa39545
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit fa39545

Please sign in to comment.