mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
synchronization with library-service branch
This commit is contained in:
parent
fbec1dc704
commit
8b9530c36b
9 changed files with 14 additions and 14 deletions
|
@ -35,7 +35,7 @@ public class FileFirstLevelTree extends FirstLevelTree {
|
|||
private void addChild(String path, String resourceKey) {
|
||||
final ZLFile file = ZLFile.createFileByPath(path);
|
||||
if (file != null) {
|
||||
final ZLResource resource = LibraryUtil.resource().getResource(resourceKey);
|
||||
final ZLResource resource = Library.resource().getResource(resourceKey);
|
||||
new FileTree(
|
||||
this,
|
||||
file,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue