Skip to content

Commit

Permalink
revert-to-open-only-when-no-initial-notification (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielEliraz committed Nov 7, 2022
1 parent e8803f5 commit c663101
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void onActivityCreated(Activity activity, Bundle savedInstanceState) {

@Override
public void onActivityStarted(Activity activity) {
if (InitialNotificationHolder.getInstance().get() != null) {
if (InitialNotificationHolder.getInstance().get() == null) {
callOnOpenedIfNeed(activity);
}
}
Expand Down

0 comments on commit c663101

Please sign in to comment.