1
0
Fork 0
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:
Nikolay Pultsin 2014-07-01 22:07:56 +01:00
parent 368a931804
commit 5f44affef2

View file

@ -83,7 +83,7 @@ public class PluginCollection {
} }
public FormatPlugin getPlugin(FileType fileType, FormatPlugin.Type formatType) { public FormatPlugin getPlugin(FileType fileType, FormatPlugin.Type formatType) {
if (fileType == null) { if (fileType == null || formatType == null) {
return null; return null;
} }