You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2021. It is now read-only.
Since WebView 43 when taking a picture the data Intent parameter on onActivityResult method is not longer null. Therefore, taking picture will result in an error. Checking if getData is null solves the issue.
Line 203 MainFragment.java
(data == null || data.getData() == null)