You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
In my camera app, volumeButtonHandler?.stop() and volumeButtonHandler = nil are called before app enter background. But when I press the volume button outside the app, then activate the app again, it takes a photo when enter foreground.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In my camera app,
volumeButtonHandler?.stop()
andvolumeButtonHandler = nil
are called before app enter background. But when I press the volume button outside the app, then activate the app again, it takes a photo when enter foreground.The text was updated successfully, but these errors were encountered: