breautek commented on code in PR #873: URL: https://github.com/apache/cordova-plugin-camera/pull/873#discussion_r1822568583
########## src/android/CameraLauncher.java: ########## @@ -213,6 +213,9 @@ else if ((this.srcType == PHOTOLIBRARY) || (this.srcType == SAVEDPHOTOALBUM)) { r.setKeepCallback(true); callbackContext.sendPluginResult(r); + return true; + } if (action.equals("stop")) { Review Comment: I believe this is intended to be an `else if` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org