YorkShen commented on a change in pull request #2899: add For Webview get OnActivity Result URL: https://github.com/apache/incubator-weex/pull/2899#discussion_r324525182
########## File path: android/sdk/src/main/java/com/taobao/weex/WXSDKInstance.java ########## @@ -203,6 +203,8 @@ private List<OnBackPressedHandler> mWXBackPressedHandlers; + private List<OnActivityResultHandler> mWXOnActivityResultHandlers; Review comment: Change it to `Set`, which will gives you better performance. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
