Skip to content

Commit

Permalink
allow to share contacts without chats
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Feb 3, 2025
1 parent 86f8909 commit c4987ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deltachat-ios/ViewModel/ContactDetailViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class ContactDetailViewModel {
chatActions.append(.deleteChat)
} else {
chatOptions.append(.startChat)
chatOptions.append(.shareContact)
chatActions = [.showEncrInfo, .blockContact]
}

Expand Down

0 comments on commit c4987ca

Please sign in to comment.