Skip to content

Commit 07ec94a

Browse files
committed
react-native-webrtc#88 Fix issue with reload.
2 parents 5c8c40c + 5c8c40c commit 07ec94a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ios/RNVoipPushNotification/RNVoipPushNotificationManager.m

Lines changed: 0 additions & 6 deletions
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)