Ahmadu
Ahmadu
> ``` > metadata { > key: "quota_limit_value" > value: "0" > } > ``` > > Some reason the quota is zero in that log. > > It's possible...
Why was `resizeOverlay` written that way, seems unnecessary to me. Can someone explain pls?
> > The initial width/height does not take in to account the display metrics whilst resizeOverlay does. A workaround is to apply the display metrics yourself when setting the initial...
I'm having the same issue as well
Yeah, I change the overlay flag anytime I want to scroll the list view
You just need to set the `enableDrag` parameter to `false`, this will remove drag ability but will allow you to scroll your list view, I'm not on my computer to...