-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
bug/fixSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededneeds: triageplatform: androidAndroid platformAndroid platform
Description
Describe the bug
App in production calls ANR when user exits from image viewer
To Reproduce
Steps to reproduce the behavior:
- open image
- press back button in phone bottom
- repeat before it apprears again
Expected behavior
no ANR, photo viewer is closed
Smartphone (please complete the following information):
- OS: [more android 8.1]
- Plugin version [2.1.0]
Additional context
I'm going to try catch that code in file ImageFragment.kt:
private fun postNotification() {
var info: MutableMap<String, Any> = mutableMapOf()
info["result"] = true
info["imageIndex"] = startFrom
NotificationCenter.defaultCenter().postNotification("photoviewerExit", info);
}
ivanov84 and jorisbertomeu
Metadata
Metadata
Assignees
Labels
bug/fixSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededneeds: triageplatform: androidAndroid platformAndroid platform

