Delete unnecessary user activity property value
This commit is contained in:
parent
5aba61ea04
commit
d7ec92ef34
|
@ -66,7 +66,6 @@ class ActivityManager {
|
|||
ActivityID.accountName.rawValue: feed.account?.name ?? "",
|
||||
ActivityID.feedID.rawValue: feed.feedID
|
||||
]
|
||||
selectingActivity!.requiredUserInfoKeys = [ActivityID.accountID.rawValue, ActivityID.accountName.rawValue, ActivityID.feedID.rawValue]
|
||||
updateSelectingActivityFeedSearchAttributes(with: feed)
|
||||
|
||||
selectingActivity!.becomeCurrent()
|
||||
|
|
Loading…
Reference in New Issue