This commit is contained in:
ろむねこ 2024-07-11 15:50:13 +09:00
parent f0e9989338
commit 2fd61f5d55
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -28,7 +28,7 @@ import com.google.firebase.firestore.FirebaseFirestore;
public class TestService extends Service { public class TestService extends Service {
private Handler handler = new Handler(); private final Handler handler = new Handler();
private Runnable notificationRunnable; private Runnable notificationRunnable;
public static class NotificationContent { public static class NotificationContent {