We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dea10eb + 5018e63 commit f45a80eCopy full SHA for f45a80e
messaging/src/android/java/com/google/firebase/messaging/cpp/RegistrationIntentService.java
@@ -38,7 +38,7 @@ public class RegistrationIntentService extends JobIntentService {
38
// Fetch the latest registration token and notify the C++ layer.
39
@Override
40
protected void onHandleWork(Intent intent) {
41
- Context context = this;
+ final Context context = this;
42
FirebaseMessaging.getInstance().getToken()
43
.addOnCompleteListener(new OnCompleteListener<String>() {
44
0 commit comments