diff --git a/src/android/ForegroundService.java b/src/android/ForegroundService.java index 7494a54..e3aff9b 100644 --- a/src/android/ForegroundService.java +++ b/src/android/ForegroundService.java @@ -224,7 +224,7 @@ public class ForegroundService extends Service { if (android.os.Build.VERSION.SDK_INT >= 31) { contentIntent= PendingIntent.getActivity( context, NOTIFICATION_ID, intent, - PendingIntent.FLAG_UPDATE_CURRENT | 67108864 + PendingIntent.FLAG_UPDATE_CURRENT | 67108864); } else{ contentIntent= PendingIntent.getActivity( context, NOTIFICATION_ID, intent,