Skip to content

Commit fa6a260

Browse files
author
Alexis Oyama
committed
fix(leanplum): This commit fixes the unit tests. Shouldn't affect the code.
1 parent 2d71712 commit fa6a260

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Leanplum-SDK/Classes/Leanplum.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -914,9 +914,6 @@ + (void)startWithUserId:(NSString *)userId
914914
// [LPVarCache saveUserAttributes];
915915
[self triggerStartResponse:YES];
916916

917-
// Upload alternative app icons.
918-
[LPAppIconManager uploadAppIconsOnDevMode];
919-
920917
// Allow bidirectional realtime variable updates.
921918
if ([LPConstantsState sharedState].isDevelopmentModeEnabled) {
922919
// Register device.
@@ -967,6 +964,9 @@ + (void)startWithUserId:(NSString *)userId
967964
}
968965
}
969966

967+
// Upload alternative app icons.
968+
[LPAppIconManager uploadAppIconsOnDevMode];
969+
970970
if (!startedInBackground) {
971971
inForeground = YES;
972972
[self maybePerformActions:@[@"start", @"resume"]

0 commit comments

Comments
 (0)