Skip to content

Commit

Permalink
undo accidental delete
Browse files Browse the repository at this point in the history
  • Loading branch information
spoorthipujariadobe committed Mar 8, 2024
1 parent bf0d74c commit dce3bdd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ public boolean onUrlLoading(@NonNull final Presentable<InAppMessage> fullscreenM
for (final Map.Entry<String, String> entry : messageData.entrySet()) {
link = link.concat("&").concat(entry.getKey()).concat("=").concat(entry.getValue());
}
Log.debug(MessagingConstants.LOG_TAG, SELF_TAG, "Loading deeplink (%s)", link);
openUrl(link);
}
}
}
Expand Down

0 comments on commit dce3bdd

Please sign in to comment.