Skip to content

Commit

Permalink
Fixes wix#627 - First foreground notification is not visible
Browse files Browse the repository at this point in the history
  • Loading branch information
erkie committed Oct 7, 2020
1 parent 31a3502 commit 995fa79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ios/RNNotifications.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ @implementation RNNotifications {

- (instancetype)init {
self = [super init];
_store = [RNNotificationsStore new];
_store = [RNNotificationsStore sharedInstance];
_notificationEventHandler = [[RNNotificationEventHandler alloc] initWithStore:_store];
return self;
}
Expand Down

0 comments on commit 995fa79

Please sign in to comment.