-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add text #12
Comments
OS version in which this issue happened please. |
Android 5.0 and above |
I also have observed the bug, no need of 2 texts, just add 2 texts and edit the 1st text, second text gets changed to the first text. |
@Shrikant-B Any clue why this happens? |
@sreekanth100k I also facing text edit issue "second text gets changed to the first text" . Any update?. Did you fixed that issue ? |
Same here, does anyone know a solution for this? Thanks |
Hmmm seems like the SDK text object is a mutable object and when we create a new one it somehow don't actually create a new one but maybe reuse the old object so when we change its text the other one will change as they refer to same address in memory |
Hey guys, Did anyone solved this issue? Pls, let me know I too getting the same issue. Thank you. |
Hi, amazing library which i'm thinking of using in my project.
I got an issue during added text. I added three texts. When I clicked on any text for edit, last entered text got disappeared. Also, instead of editing same text, new text gets created. How do I resolve these issues?
Thanks.
The text was updated successfully, but these errors were encountered: