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
⚠️ Is your feature request related to a problem? Please describe
I'm normally using a viewbinding library to simplify the process and prevent memory leaks. ViewBindingPropertyDelegate
The library wants me to pass the layout in the activity constructor as described in the README.
This makes it impossible to use with this Theme-Manager.
💡 Describe the solution you'd like
It would be nice if this library were compatible with ViewBindingPropertyDelegate and the best option for this would be if it's possible to pass the layout in the constructor.
🤚 Do you want to develop this feature yourself?
Yes
No
The text was updated successfully, but these errors were encountered:
So, basically, you didn't fix anything. Correct? I just encountered the same problem. I receive this exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.samprojre/com.example.samprojre.screens.main.MainActivity}: java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.
I'm normally using a viewbinding library to simplify the process and prevent memory leaks.
ViewBindingPropertyDelegate
The library wants me to pass the layout in the activity constructor as described in the README.
This makes it impossible to use with this Theme-Manager.
💡 Describe the solution you'd like
It would be nice if this library were compatible with ViewBindingPropertyDelegate and the best option for this would be if it's possible to pass the layout in the constructor.
🤚 Do you want to develop this feature yourself?
The text was updated successfully, but these errors were encountered: