|
|
|
@ -123,7 +123,7 @@ public class GCMUtil {
|
|
|
|
|
//Set device reg-ids
|
|
|
|
|
JsonArray regIds = new JsonArray();
|
|
|
|
|
for (String regId : registrationIds) {
|
|
|
|
|
if (regId == null && regId.isEmpty()) {
|
|
|
|
|
if (regId == null || regId.isEmpty()) {
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
regIds.add(new JsonPrimitive(regId));
|
|
|
|
|