Skip to content

Commit

Permalink
fix: android build issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
talha-trili committed Nov 21, 2024
1 parent dceb895 commit 544e647
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ private void OpenLoginLink()
private static void OpenLink(string linkToOpen)
{
#if UNITY_ANDROID && !UNITY_EDITOR
var safeBrowsing = UniWebViewSafeBrowsing.Create(loginLink);
var safeBrowsing = UniWebViewSafeBrowsing.Create(linkToOpen);
safeBrowsing.Show();
#else
Application.OpenURL(linkToOpen);
Expand Down

0 comments on commit 544e647

Please sign in to comment.