Skip to content

Commit 70cd676

Browse files
author
Alexis Oyama
committed
fix(action): Local notification was not swizzled in static
1 parent 9321403 commit 70cd676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Leanplum-SDK/Classes/LPActionManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ - (void)listenForPushNotifications
703703
}
704704
}
705705

706-
#if LP_NOT_TV && __IPHONE_OS_VERSION_MAX_REQUIRED >= 80000
706+
#if LP_NOT_TV
707707
// Detect local notifications while app is running.
708708
swizzledApplicationDidReceiveLocalNotification =
709709
[LPSwizzle hookInto:@selector(application:didReceiveLocalNotification:)

0 commit comments

Comments
 (0)