Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Commit

Permalink
fix(): Fix incorrect log tag (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
tehmaestro authored and juanmiguelbesada committed Feb 25, 2019
1 parent 9a395c9 commit 56cf6fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ private void handleIntent(Intent intent) {

// if app was not launched by the url - ignore
if (!Intent.ACTION_VIEW.equals(action) || launchUri == null) {
Log.d("app was not launched by the url: ", action);
Log.d("UniversalLinks", "App was not launched by the url: " + action);
return;
}

Expand Down

0 comments on commit 56cf6fd

Please sign in to comment.