File tree Expand file tree Collapse file tree
Sources/Grovs/model/handlers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'Grovs'
3- s . version = '2.0 '
3+ s . version = '2.1 '
44 s . summary = 'Grovs is a powerful SDK that enables deep linking and universal linking within your iOS applications.'
55 s . homepage = 'https://grovs.io'
66 s . license = { :type => 'MIT' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ class EventsHandler {
304304
305305 /// Send events to backend if needed
306306 private func handleEventsIfNeeded( completion: GrovsEmptyClosure ? ) {
307- if handledAppOrSceneDelegates && hasFetchedPayloadLink && isLeewayPassed ( ) {
307+ if ( handledAppOrSceneDelegates || isLeewayPassed ( ) ) && hasFetchedPayloadLink {
308308 sendNormalEventsToBackend ( completion: completion)
309309 } else {
310310 completion ? ( )
You can’t perform that action at this time.
0 commit comments