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.
1 parent bee3992 commit 1092e13Copy full SHA for 1092e13
src/android/com/plugin/gcm/GCMIntentService.java
@@ -72,7 +72,7 @@ protected void onMessage(Context context, Intent intent) {
72
extras.putBoolean("foreground", false);
73
String message = extras.getString("message");
74
75
- if (message === null) {
+ if (message == null) {
76
// Providers like Parse always send a 'data' as root object, so "Parse" that
77
try {
78
JSONObject object_example = new JSONObject(extras.getString("data"));
0 commit comments