-
Notifications
You must be signed in to change notification settings - Fork 27
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
App in prod calls ANR when user exits from image viewer #48
Comments
@ivanov84 To do what you want : "closing the app" when a second back-button's press you must do this in your app i show it for the angular framework modify the
This will do the job for android only |
@ivanov84 Did that solve the issue in Android. Waiting for your answer otherwise i will close the issue |
@jepiqueau No, still error with new photoviewer version: |
I was having the same issue. ChatGPT fixed it for me by doing following changes in NotificationCenter.java
|
@brickedsolutions Feel free to create a PR. |
Describe the bug
App in production calls ANR when user exits from image viewer
To Reproduce
Steps to reproduce the behavior:
Expected behavior
no ANR, photo viewer is closed
Smartphone (please complete the following information):
Additional context
I'm going to try catch that code in file ImageFragment.kt:
Screenshots
The text was updated successfully, but these errors were encountered: