Skip to content

Commit

Permalink
trigger notificationOpened from killed state (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielEliraz authored Oct 26, 2022
1 parent a18a593 commit 77c56b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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 77c56b9

Please sign in to comment.