Skip to content

Commit

Permalink
Remove unused presentationMode from ContactPicker
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrfennell authored and tmolitor-stud-tu committed Sep 10, 2024
1 parent 26d64a8 commit 5f499c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Monal/Classes/ContactPicker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ struct ContactPickerEntry: View {
struct ContactPicker: View {
typealias completionType = (OrderedSet<ObservableKVOWrapper<MLContact>>)->Void
let account: xmpp
@Environment(\.presentationMode) private var presentationMode
@Binding var returnedContacts: OrderedSet<ObservableKVOWrapper<MLContact>>
@State var selectedContacts: OrderedSet<ObservableKVOWrapper<MLContact>>
@State var searchText = ""
Expand Down

0 comments on commit 5f499c7

Please sign in to comment.