Skip to content

Commit 8498744

Browse files
committed
disable push open prioritization when in async
1 parent 658536b commit 8498744

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LeanplumSDK/LeanplumSDK/ClassesSwift/Actions/ActionManager+Executor.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ extension ActionManager {
1919
// ask user to dimiss current action so we can execute next one
2020
if
2121
configuration.dismissOnPushArrival,
22+
!useAsyncHandlers, // disable dismiss on push open action when using async handlers
2223
let nextAction = queue.first(),
2324
nextAction.notification
2425
{

0 commit comments

Comments
 (0)