Eli Hart
Eli Hart
Thanks for sharing what the problem is, glad it is working now!
Thanks for sharing @nealsanche. MvRx is a bit different - it will always automatically request a model build (like you discovered) so you never need to do it manually in...
@nealsanche thanks for sharing your sample! Databinding does work a bit different - I don't know that you need the whole binding setup to check `isTextDifferent` - the databinding framework...
Yeah, I'm not sure if that is possible with data binding. We do it like this in a custom view ```` @ModelProp fun someProp(value) { if (isAttachedToWindow() { // View...
Thanks for the clear report. I don't know any workaround off the top of my head, and we don't internally use this decorator, so this won't be a high priority...
Good idea, that seems like a better solution
In your first example, what is `getUpdatingModel()`? I can't tell what side effect that has, it looks like it isn't doing anything. If it is error prone to use this...
oh, I see, yeah you can't add models directly like that in the paging controller.
Actually, I'm rusty on this, but it does seem like your original method should work fine. It's hard to see why your updated function changes anything. The exception is in...
Are you saying you want to use the sticky headers outside of Epoxy?