mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 09:49:19 +02:00
synchronization with beta branch
This commit is contained in:
parent
368a931804
commit
5f44affef2
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ public class PluginCollection {
|
|||
}
|
||||
|
||||
public FormatPlugin getPlugin(FileType fileType, FormatPlugin.Type formatType) {
|
||||
if (fileType == null) {
|
||||
if (fileType == null || formatType == null) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue