mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
reset selection of tag filter on profile changes
This commit is contained in:
@@ -836,6 +836,7 @@ struct ChatTagsView: View {
|
||||
self.chatTagsModel.tags = chatTags.map {
|
||||
.chatTag(emoji: $0.chatTagEmoji, text: $0.chatTagText, tagId: $0.chatTagId)
|
||||
}
|
||||
self.chatTagsModel.selectedTag = ChatTagsModel.defaultTag
|
||||
}
|
||||
} catch let error {
|
||||
AlertManager.shared.showAlertMsg(title: "Error", message: "\(responseError(error))")
|
||||
|
||||
Reference in New Issue
Block a user