diff --git a/Pods b/Pods index 5fdcdcd471..e257f3d41b 160000 --- a/Pods +++ b/Pods @@ -1 +1 @@ -Subproject commit 5fdcdcd4718d00282d5124ac9d5ceeeffbc60819 +Subproject commit e257f3d41b2679c1cdeba3785465590a7f9113f7 diff --git a/Signal/src/ViewControllers/AppSettings/SubscriptionViewController.swift b/Signal/src/ViewControllers/AppSettings/SubscriptionViewController.swift index acba660e0c..15494c47df 100644 --- a/Signal/src/ViewControllers/AppSettings/SubscriptionViewController.swift +++ b/Signal/src/ViewControllers/AppSettings/SubscriptionViewController.swift @@ -30,7 +30,7 @@ class SubscriptionViewController: OWSTableViewController2 { } private lazy var avatarView: ConversationAvatarView = { - let newAvatarView = ConversationAvatarView(sizeClass: .eightyEight, badged: true) + let newAvatarView = ConversationAvatarView(sizeClass: .eightyEight, localUserDisplayMode: .asUser, badged: true) databaseStorage.read { readTx in newAvatarView.update(readTx) { config in if let address = tsAccountManager.localAddress(with: readTx) {