We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39af212 commit 62b126aCopy full SHA for 62b126a
packages/react-native-device-activity/ios/Shared.swift
@@ -1235,7 +1235,7 @@ func hasHigherTriggeredEvent(
1235
1236
func isEqual(
1237
_ selection1: FamilyActivitySelection,
1238
- _ selection2: FamilyActivitySelection,
+ _ selection2: FamilyActivitySelection
1239
) -> Bool {
1240
let diff = symmetricDifference(selection1, selection2)
1241
return diff.categoryTokens.isEmpty && diff.applicationTokens.isEmpty
0 commit comments