We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc450c commit de576fbCopy full SHA for de576fb
app/src/main/java/app/grapheneos/pdfviewer/PdfViewer.java
@@ -398,6 +398,9 @@ public void onZoomEnd() {
398
snackbar.setText(R.string.invalid_mime_type).show();
399
return;
400
}
401
+ if (type == null) {
402
+ Log.w(TAG, "MIME type is null, but we'll try to load it anyway");
403
+ }
404
mUri = intent.getData();
405
mPage = 1;
406
0 commit comments