Skip to content

Commit

Permalink
openUrl fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spoorthipujariadobe committed Mar 8, 2024
1 parent c380345 commit a63c51f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ 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);
}
Log.debug(MessagingConstants.LOG_TAG, SELF_TAG, "Loading deeplink (%s)", link);
openUrl(link);
}
}
}
Expand Down

0 comments on commit a63c51f

Please sign in to comment.