I think it's an error on lines 190/191 of PackageDocumentReader.java in the method fixHrefs. It should be an AND instead of an OR. If the resource.getHref() is not blank and the resource.getHref().length() is smaller than lastSlashPos it will crash with an index out of bounds, and the table of contents file will fail to load.
I think it's an error on lines 190/191 of PackageDocumentReader.java in the method fixHrefs. It should be an AND instead of an OR. If the resource.getHref() is not blank and the resource.getHref().length() is smaller than lastSlashPos it will crash with an index out of bounds, and the table of contents file will fail to load.