Skip to content

Commit

Permalink
fix(web): fix scheduled notifications not being sent (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Jan 28, 2021
1 parent 9c7056f commit c8e92d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions local-notifications/src/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ export class LocalNotificationsWeb
setTimeout(() => {
this.sendPending();
}, diff);
return;
}
this.buildNotification(notification);
}

protected buildNotification(
Expand Down

0 comments on commit c8e92d6

Please sign in to comment.