-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove no longer needed first page view check
This check is no longer needed as the session manager and model repo handle these checks. The original motivation to remove this is to address a macOS Safari notification permission prompting issue where you can't await on I/O, otherwise the prompting is flagged not done from an end-user interaction. The isPushNotificationsEnabled() does disk I/O which we removed in this commit.
- Loading branch information
Showing
1 changed file
with
2 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters