final化
This commit is contained in:
parent
f0e9989338
commit
2fd61f5d55
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user