mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
class Library has gone
This commit is contained in:
parent
fda55ae93d
commit
98806a06ec
10 changed files with 19 additions and 57 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 = Library.resource().getResource(resourceKey);
|
||||
final ZLResource resource = resource().getResource(resourceKey);
|
||||
new FileTree(
|
||||
this,
|
||||
file,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue