Patrick Elmquist

Results 5 comments of Patrick Elmquist

Also having this issue in a use case where we have a fragment that should sometimes draw under the status bar and sometimes not. So I'm currently using this code...

Did this as a workaround, tho this was months ago and the code was never finalized or merged so not sure if it still works ```kotlin /** * Resets the...

The one time I ran into something similar it was due to me setting the item view visibility to GONE instead of INVISIBLE at the start, causing the item to...

Is the issue just when using Grids? What happens if you switch to a LinearLayoutManager and the regular RecyclerView? I've never used the Data Binding apis so not sure how/if...

Having now (one parental leave later) finished the PR where this was needed it seems that the workaround actually works as intended. I was also looking into why it's needed...