[Badging] Merge conflict resolution
This commit is contained in:
parent
64f126ae3f
commit
256da52087
2
Pods
2
Pods
@ -1 +1 @@
|
||||
Subproject commit 5fdcdcd4718d00282d5124ac9d5ceeeffbc60819
|
||||
Subproject commit e257f3d41b2679c1cdeba3785465590a7f9113f7
|
||||
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user