Skip to content

Commit e342631

Browse files
committed
Add sms observer removal function to removeObservers
Motivation: was accidentally missing
1 parent bbb9844 commit e342631

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/java/com/geektime/rnonesignalandroid/RNOneSignal.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ private void removeObservers() {
123123
this.removeEmailSubscriptionObserver();
124124
this.removePermissionObserver();
125125
this.removeSubscriptionObserver();
126+
this.removeSMSSubscriptionObserver();
126127
}
127128

128129
private void removeHandlers() {

0 commit comments

Comments
 (0)