Skip to content

Commit

Permalink
Fix NullPointerException after taking a photo by a camera app on Andr…
Browse files Browse the repository at this point in the history
…oid.
  • Loading branch information
AAkira committed Aug 19, 2020
1 parent 56e0f30 commit 40a02b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class InAppWebViewChromeClient extends WebChromeClient implements PluginR
private static final int PICKER = 1;
private static final int PICKER_LEGACY = 3;
final String DEFAULT_MIME_TYPES = "*/*";
private Uri outputFileUri;
private static Uri outputFileUri;

protected static final FrameLayout.LayoutParams FULLSCREEN_LAYOUT_PARAMS = new FrameLayout.LayoutParams(
ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT, Gravity.CENTER);
Expand Down

0 comments on commit 40a02b4

Please sign in to comment.