From 862401755df91a3d03cf8e11a0bb3273045e7c20 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 13 Apr 2021 18:44:29 +0200 Subject: [PATCH] Add fix --- .../comunic/independentnotifications/NotificationsChannel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/src/main/java/org/communiquons/comunic/independentnotifications/NotificationsChannel.java b/android/app/src/main/java/org/communiquons/comunic/independentnotifications/NotificationsChannel.java index 7d8e6d5..b43db2e 100644 --- a/android/app/src/main/java/org/communiquons/comunic/independentnotifications/NotificationsChannel.java +++ b/android/app/src/main/java/org/communiquons/comunic/independentnotifications/NotificationsChannel.java @@ -38,7 +38,7 @@ public class NotificationsChannel implements MethodChannel.MethodCallHandler { } /** - * Pre-configure notifications service + * Pre-configure independent notifications service */ private void preConfigure(@NonNull MethodChannel.Result result) throws Exception { if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.M) {