Skip to content

Commit 021b0c0

Browse files
Removing unwanted white-spaces and duplicate imports
1 parent 9037aed commit 021b0c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iterableapi/src/main/java/com/iterable/iterableapi/IterableFirebaseMessagingService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public static boolean handleMessageReceived(@NonNull Context context, @NonNull R
5656
IterableLogger.d(TAG, "Not an Iterable push message");
5757
return false;
5858
}
59+
5960
if (!IterableNotificationHelper.isGhostPush(extras)) {
6061
if (!IterableNotificationHelper.isEmptyBody(extras)) {
6162
IterableLogger.d(TAG, "Iterable push received " + messageData);

0 commit comments

Comments
 (0)