TestServiceの全体的なリファクタリング #28
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user