Skip to content

Commit

Permalink
Fix stopObserving on reload issue (#89)
Browse files Browse the repository at this point in the history
* #86 Fix singletone class initialisation.  Handle bundle stob start observing issue.
  • Loading branch information
Romick2005 authored Dec 5, 2022
1 parent 452dc9c commit 8a1ba71
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ios/RNVoipPushNotification/RNVoipPushNotificationManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,6 @@ - (void)startObserving
}
}

- (void)stopObserving
{
_hasListeners = NO;
}



// =====
// ===== Class Method =====
Expand Down

0 comments on commit 8a1ba71

Please sign in to comment.