Calling `frameLayout` and passing it as a View cau...
# anko
d
Calling
frameLayout
and passing it as a View causes an exception where it complains about it being already attached to a parent view, but calling
ctx.frameLayout
doesn't, why?