Closed prateekmedia closed 3 years ago
It click to copy doesn't copy text to clipboard due to button connect being in for loop and if i pass variable j variable from the loop to it then it doesn't work.
Fixed by assigning a variable named copy to j as it was earlier out of scope, Reference below: https://answers.unity.com/questions/1341897/buttononclickaddlistener-in-for-loop.html
Sad to see vala doesn't list it in any of their forum or docs.
Fixed in latest commit!
It click to copy doesn't copy text to clipboard due to button connect being in for loop and if i pass variable j variable from the loop to it then it doesn't work.
Fixed by assigning a variable named copy to j as it was earlier out of scope, Reference below: https://answers.unity.com/questions/1341897/buttononclickaddlistener-in-for-loop.html
Sad to see vala doesn't list it in any of their forum or docs.