Skip to content

Commit

Permalink
Fix KVOObserver usage in ContactEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolitor-stud-tu committed Dec 27, 2024
1 parent 329ea78 commit ebc20ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Monal/Classes/ContactEntry.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

struct ContactEntry<AdditionalContent: View>: View {
let contact: ObservableKVOWrapper<MLContact>
@StateObject let contact: ObservableKVOWrapper<MLContact>
let selfnotesPrefix: Bool
let fallback: String?
@ViewBuilder let additionalContent: () -> AdditionalContent
Expand Down

0 comments on commit ebc20ac

Please sign in to comment.