Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug crash if EvergineView was active on resuming app #7

Open
mfmeisinger opened this issue Mar 4, 2024 · 2 comments
Open

bug crash if EvergineView was active on resuming app #7

mfmeisinger opened this issue Mar 4, 2024 · 2 comments

Comments

@mfmeisinger
Copy link

If the EvergineView is active before EverSneaks goes into background (e.g. pressing the home button) it crashes when the app respectively the EvergineView gets resumed again!

@mfmeisinger mfmeisinger changed the title bug crash if EvergineView is active on resuming app bug crash if EvergineView was active on resuming app Mar 4, 2024
@mfmeisinger
Copy link
Author

Finally I fixed it!

The surface buffers are dealloctaed on paused/suspended, recreated them on resume and it works like a charm!

@SupermindPT
Copy link

Finally I fixed it!

The surface buffers are dealloctaed on paused/suspended, recreated them on resume and it works like a charm!

Could you share code on how you did that ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants