Skip to content

Commit b1e732b

Browse files
authored
feat: support for notification inbox (#313)
1 parent 770c954 commit b1e732b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios/Classes/MessagingInApp/CustomerIOInAppMessaging.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public class CustomerIOInAppMessaging: NSObject, FlutterPlugin {
3636
methodChannel?.setMethodCallHandler(nil)
3737
methodChannel = nil
3838
messagesStreamTask?.cancel()
39+
messagesStreamTask = nil
3940
}
4041

4142
public func handle(_ call: FlutterMethodCall, result: @escaping FlutterResult) {

0 commit comments

Comments
 (0)