mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 17:42:24 +08:00
BUGFIX: ReactMethod createChannelGroups() name fix
This commit is contained in:
@@ -163,7 +163,7 @@ public class RNFirebaseNotifications extends ReactContextBaseJavaModule implemen
|
||||
}
|
||||
|
||||
@ReactMethod
|
||||
public void createChannelGroup(ReadableArray channelGroupsArray, Promise promise) {
|
||||
public void createChannelGroups(ReadableArray channelGroupsArray, Promise promise) {
|
||||
notificationManager.createChannelGroups(channelGroupsArray);
|
||||
promise.resolve(null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user