TestServiceの全体的なリファクタリング #28

Merged
asura146 merged 73 commits from improve/refactor_service into main 2024-07-12 02:17:26 +00:00
Showing only changes of commit 2fd61f5d55 - Show all commits

View File

@ -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 {