Skip to content

Commit 4fefa20

Browse files
committed
Remove icon change from deferred
1 parent 215c307 commit 4fefa20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Leanplum-SDK/Classes/Managers/LPDeferMessageManager.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ + (void)setDeferredClasses:(NSArray<Class> *)classes
8484
LPMT_CENTER_POPUP_NAME,
8585
LPMT_INTERSTITIAL_NAME,
8686
LPMT_WEB_INTERSTITIAL_NAME,
87-
LPMT_HTML_NAME,
88-
LPMT_ICON_CHANGE_NAME];
87+
LPMT_HTML_NAME];
8988
}
9089

9190
+ (BOOL)shouldDeferMessage:(LPActionContext *)context

0 commit comments

Comments
 (0)