Lollipop update view problem
abhishek-ramkrishna opened this issue · 3 comments
The falcon library works great across android versions. But i see a concern with lollipop. When the view gets updated, eg: Tap on edit text and start typing. Now use falcon to capture screen . The screen shot has old view where it was not updated. However it works well on jelly bean,kit kat, marshmallow,nougat & Oreo.
Thanks.
Hello,
Could you please provide some test case demonstarting the issue?
The problem is the only thing Falcon does at the end is calling View.draw(Canvas)
on the root view.
The problem you are describing sounds like the View is not drawing it to the Canvas and I'm afraid Falcon can do very little about it.
@abhishek-ramkrishna Any update here please?
Closing this now for lack of information. Please if you can attach stack trace or better test case reproducing this that would help. Please reopen the issue in such case.