mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-21 15:50:59 +00:00
wip
This commit is contained in:
parent
e6e1816e11
commit
ca2e8cf27e
1 changed files with 4 additions and 4 deletions
|
@ -120,6 +120,10 @@ private extension CompositionView {
|
|||
}
|
||||
|
||||
NSLayoutConstraint.activate(constraints)
|
||||
}
|
||||
|
||||
func applyCompositionConfiguration() {
|
||||
cancellables.removeAll()
|
||||
|
||||
compositionConfiguration.viewModel.$identification.map(\.identity.image)
|
||||
.sink { [weak self] in self?.avatarImageView.kf.setImage(with: $0) }
|
||||
|
@ -136,8 +140,4 @@ private extension CompositionView {
|
|||
.sink { [weak self] in self?.attachmentUploadView.attachmentUpload = $0 }
|
||||
.store(in: &cancellables)
|
||||
}
|
||||
|
||||
func applyCompositionConfiguration() {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue