From 2fd61f5d551e9408f75d2ff90b9f858540e2f64c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Thu, 11 Jul 2024 15:50:13 +0900 Subject: [PATCH] =?UTF-8?q?final=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/java/com/example/childguard/TestService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/example/childguard/TestService.java b/app/src/main/java/com/example/childguard/TestService.java index a0101b7..6dd855a 100644 --- a/app/src/main/java/com/example/childguard/TestService.java +++ b/app/src/main/java/com/example/childguard/TestService.java @@ -28,7 +28,7 @@ import com.google.firebase.firestore.FirebaseFirestore; public class TestService extends Service { - private Handler handler = new Handler(); + private final Handler handler = new Handler(); private Runnable notificationRunnable; public static class NotificationContent {