Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit b7c2686

Browse files
committed
Removing commented lines regarding RNPushNotificationHelper
1 parent 32c5ce9 commit b7c2686

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationHelper.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,6 @@ private void checkOrCreateChannel(NotificationManager manager) {
569569
}
570570
}
571571

572-
// This line was changed in order to make it work on Android > 8.0.
573-
// It's not fully tested but it's working
574572
NotificationChannel channel = new NotificationChannel(NOTIFICATION_CHANNEL_ID, this.config.getChannelName() != null ? this.config.getChannelName() : "rn-push-notification-channel", importance);
575573

576574
channel.setDescription(this.config.getChannelDescription());

0 commit comments

Comments
 (0)