Skip to content

Commit

Permalink
chore(in-apps) : remove unused didDismiss() from InAppFCManager SDK-3591
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-kukadiya committed Jan 20, 2025
1 parent 766e4c1 commit 15199aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ public void changeUser(String deviceId) {
init(deviceId);
}

public void didDismiss(CTInAppNotification inapp) {
// NO-OP
}

public void didShow(final Context context, CTInAppNotification inapp) {
final String id = getInAppID(inapp);
if (id == null) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ public void inAppNotificationDidDismiss(
inAppNotification.didDismiss(resourceProvider);

if (controllerManager.getInAppFCManager() != null) {
controllerManager.getInAppFCManager().didDismiss(inAppNotification);
String templateName = inAppNotification.getCustomTemplateData() != null
? inAppNotification.getCustomTemplateData().getTemplateName() : "";
logger.verbose(config.getAccountId(),
Expand Down

0 comments on commit 15199aa

Please sign in to comment.