Why does Application.OpenUrl(); wopen two identical tabs and how can I fix it?

Its not a big deal but its kinda bugging me.

I`m using the Android build settings in case it means something.

I made a button and gave it an onclick event with a function that just calls the OpenUrl, and it opens 2 tabs with the url I gave it. I tried multiple URLs and it always does it. How can I fix that, or do I need to fix it at all?

maybe your code triggers twice that call?