Skip to content

Commit 8a1ba71

Browse files
authored
Fix stopObserving on reload issue (#89)
* #86 Fix singletone class initialisation. Handle bundle stob start observing issue.
1 parent 452dc9c commit 8a1ba71

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ios/RNVoipPushNotification/RNVoipPushNotificationManager.m

-6
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,6 @@ - (void)startObserving
101101
}
102102
}
103103

104-
- (void)stopObserving
105-
{
106-
_hasListeners = NO;
107-
}
108-
109-
110104

111105
// =====
112106
// ===== Class Method =====

0 commit comments

Comments
 (0)