ting
ting copied to clipboard
Toast should be single line when title is empty string on Android
On Android:
On iOS:
Both title = ""
OMG. I'll fix with it soon
Pass title = undefined is ok, I get this problem because I set a default empty string for the title (Just in my JS thinking).
It seems to be related to type conversion. In Kotlin, it is different.
Thanks for your perfect project!
On iOS, if I set title = undefined, It will display a default string Title, which is strange.
Thank you for your quite detailed description. It's helpful in my debugging