You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got IllegalStateException on line 307( popoverview,java), when I tried to attach a view to popover view inside the popoverview.java class.
Also when we add characters it's working fine on tablets, but when it comes to phones, its get truncated. Is there any method like wrap content, provided by android?
This should be handled inside the library or is it open to developer for handling that scebnario. Everything excepts works fine for this library.
java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.
The text was updated successfully, but these errors were encountered:
SanalVarghese
changed the title
IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first. : common reasons
IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first
May 9, 2015
I got few doubts:
I got IllegalStateException on line 307( popoverview,java), when I tried to attach a view to popover view inside the popoverview.java class.
Also when we add characters it's working fine on tablets, but when it comes to phones, its get truncated. Is there any method like wrap content, provided by android?
This should be handled inside the library or is it open to developer for handling that scebnario. Everything excepts works fine for this library.
java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.
The text was updated successfully, but these errors were encountered: