-
Notifications
You must be signed in to change notification settings - Fork 5
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
AllegroActivity::onResume() isn't called. #4
Comments
after resuming, touch input doesn't work and makes crash. the below is the code. #include <allegro5/allegro5.h> int main(int argc, char **argv) {
} the below is log. |
When pausing and resuming, logcat doesn't give "onResume".
And app crashed because of no responding.
The text was updated successfully, but these errors were encountered: