From e19ea54e891931b896bb30b3dedf70c7297598f5 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 29 Aug 2022 19:36:59 +0300 Subject: [PATCH] Correct typos in JPushPlugin.java --- android/src/main/java/com/jiguang/jpush/JPushPlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/src/main/java/com/jiguang/jpush/JPushPlugin.java b/android/src/main/java/com/jiguang/jpush/JPushPlugin.java index 7d594481..61fb6a51 100644 --- a/android/src/main/java/com/jiguang/jpush/JPushPlugin.java +++ b/android/src/main/java/com/jiguang/jpush/JPushPlugin.java @@ -171,7 +171,7 @@ public void scheduleCache() { List tempList = new ArrayList(); if (dartIsReady) { - // try to shedule notifcation cache + // try to schedule notification cache List> openNotificationCacheList = JPushPlugin.openNotificationCache; for (Map notification : openNotificationCacheList) { JPushPlugin.instance.channel.invokeMethod("onOpenNotification", notification);