Skip to content

Commit

Permalink
[2/2] Bring back PdfLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 15, 2024
1 parent 01c5bb7 commit 5927c8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ public void onLoadSuccess(FileLoader.Result result) {

if (result.loaderType == FileLoader.LoaderType.RAW || result.loaderType == FileLoader.LoaderType.ONLINE) {
offerReopen(activity, options, R.string.toast_hint_unsupported_file, false);
} else if (result.loaderType == FileLoader.LoaderType.DOC || result.loaderType == FileLoader.LoaderType.OOXML || result.loaderType == FileLoader.LoaderType.ODF) {
} else if (result.loaderType == FileLoader.LoaderType.DOC || result.loaderType == FileLoader.LoaderType.OOXML || result.loaderType == FileLoader.LoaderType.PDF || result.loaderType == FileLoader.LoaderType.ODF) {
offerUpload(activity, options, false);
}

Expand Down

0 comments on commit 5927c8c

Please sign in to comment.