John McCutchan

Results 56 comments of John McCutchan

Oh, I also forgot, I had to make one modification to the engine as well.

[gltest.diff.patch](https://github.com/flutter/flutter/files/14408415/gltest.diff.patch) The above is the diff I made on glTest.

I've been able to reproduce this issue on a Pixel 7 Pro.

I added a lot of traces to the engine and this is my current understanding of the bug: After we resume the ImageReader.OnImageAvailableListener callback never fires again. We continue to...

Another note: The difference between stable and master is because https://github.com/flutter/engine/pull/50792 removed the cached first frame. That is, When stable resumes we use the last frame rendered before we were...

Today's update: We've tried versions of Flutter back to 2022 and none of them work correctly on Android 14 (to be more precise: there are some Android 14 builds that...

Also, it does not appear related to having a cached engine.

I tried to reproduce this on a Pixel 7 Pro running Android 14. This is the behaviour I have: - After I unlock my phone the app resumes and the...