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) {