Skip to content

Commit 03fc2f5

Browse files
fix formatting
1 parent 81de395 commit 03fc2f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android-core/src/main/java/com/mparticle/internal/PushRegistrationHelper.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ object PushRegistrationHelper {
6565
val newPushRegistration = PushRegistration(instanceId, senderId)
6666
val pushRegistration = configManager.pushRegistration
6767

68-
//If this new push registration matches the existing persisted value we can will defer logging it until a new Session starts
68+
// If this new push registration matches the existing persisted value we can will defer logging it until a new Session starts
6969
if (mParticle == null || (mParticle.currentSession == null && newPushRegistration == pushRegistration)) {
70-
//If the SDK isn't started, OR if a Session hasn't started and this is a duplicate push registration,
70+
// If the SDK isn't started, OR if a Session hasn't started and this is a duplicate push registration,
7171
// log the push notification as a background push in the ConfigManager and we will send a IdentityApi.modify() call when it starts up.
7272
ConfigManager.getInstance(context).setPushRegistrationInBackground(PushRegistration(instanceId, senderId))
7373
} else {

0 commit comments

Comments
 (0)