Skip to content

Commit 01f85de

Browse files
committed
fix doc-files
1 parent 5bcc2f6 commit 01f85de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/at/tomtasche/reader/background/CoreLoader.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public boolean isSupported(Options options) {
6060
return options.fileType.startsWith("application/vnd.oasis.opendocument") ||
6161
options.fileType.startsWith("application/x-vnd.oasis.opendocument") ||
6262
options.fileType.startsWith("application/vnd.oasis.opendocument.text-master") ||
63+
options.fileType.startsWith("application/msword") ||
6364
(this.doOoxml && (
6465
options.fileType.startsWith("application/vnd.openxmlformats-officedocument.wordprocessingml.document")
6566
// TODO: enable xlsx and pptx too

0 commit comments

Comments
 (0)