Closed lwasyl closed 4 years ago
You will need to ensure that your view is completely idle before taking a screenshot, otherwise things like this will happen.
@xiphirx Actually we're hitting this again, but this time I'm sure everything is idle (according to Espresso). This seems to only happen for contents in a ScrollView
, and only when the tested view is not part of an activity's content view. If it is, the issue goes away. Any idea what might be happening here?
Sometimes when I run screenshots, I get scrambled view like this:
Seems like it's one tile getting shifted:
It is the same also in the recorded screenshot, it's not only issue with HTML preview. It does seem to happen when the text that's being set in edit text (via binding) scrolls