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
Hi! I have a fragment that returns a new RenderableView with a complex layout. When i use Anvil.render() to update the layout, it update entire renderableView. I would like to update only a specific relativelayout, but if i use Anvil.render(view), it searchs only for RenderableViews and doesn't find realtivelayout.
Is possibile to render only a specific view inside a RenderableView???
Thanks
The text was updated successfully, but these errors were encountered:
Hi! I have a fragment that returns a new RenderableView with a complex layout. When i use Anvil.render() to update the layout, it update entire renderableView. I would like to update only a specific relativelayout, but if i use Anvil.render(view), it searchs only for RenderableViews and doesn't find realtivelayout.
Is possibile to render only a specific view inside a RenderableView???
Thanks
The text was updated successfully, but these errors were encountered: