Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Greer committed Dec 4, 2023
1 parent 233a018 commit 9d6134d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ public class IterableEmbeddedManager : IterableActivityMonitor.AppStateCallback
if (clickedUrl.startsWith(IterableConstants.URL_SCHEME_ACTION)) {
// This is an action:// URL, pass that to the custom action handler
val actionName: String = clickedUrl.replace(IterableConstants.URL_SCHEME_ACTION, "")
IterableLogger.d("IterableEmbeddedManager", "ACTION NAME: " + actionName)
IterableActionRunner.executeAction(
context,
IterableAction.actionCustomAction(actionName),
Expand Down

0 comments on commit 9d6134d

Please sign in to comment.