Skip to content

Commit 7e47364

Browse files
Fix nickname change not applied on home screen (#1389)
1 parent d89c9de commit 7e47364

File tree

1 file changed

+1
-0
lines changed
  • app/src/main/java/org/thoughtcrime/securesms/database

1 file changed

+1
-0
lines changed

app/src/main/java/org/thoughtcrime/securesms/database/Storage.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,6 +1178,7 @@ open class Storage @Inject constructor(
11781178
val address = fromSerialized(contact.accountID)
11791179
if (!getRecipientApproved(address)) return
11801180
profileManager.contactUpdatedInternal(contact)
1181+
threadDatabase.notifyConversationListListeners()
11811182
}
11821183

11831184
override fun deleteContactAndSyncConfig(accountId: String) {

0 commit comments

Comments
 (0)