diff --git a/app/src/main/java/com/example/childguard/TestService.java b/app/src/main/java/com/example/childguard/TestService.java index 6794147..5a70e43 100644 --- a/app/src/main/java/com/example/childguard/TestService.java +++ b/app/src/main/java/com/example/childguard/TestService.java @@ -42,6 +42,7 @@ public class TestService extends Service { this.title = title; this.description = description; this.channelId = channelId; + this.notificationId = notificationId; } public String getTitle() {