mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 10:19:33 +02:00
list of library items has been moved to a platform-independent code
This commit is contained in:
parent
be09a18e71
commit
f78280c780
8 changed files with 74 additions and 62 deletions
|
@ -25,8 +25,8 @@ import org.geometerplus.zlibrary.core.filesystem.ZLFile;
|
|||
import org.geometerplus.fbreader.Paths;
|
||||
|
||||
public class FileFirstLevelTree extends FirstLevelTree {
|
||||
FileFirstLevelTree(Library library, String id) {
|
||||
super(library, id);
|
||||
FileFirstLevelTree(RootTree root, String id) {
|
||||
super(root, id);
|
||||
addChild(Paths.BooksDirectoryOption().getValue(), "fileTreeLibrary");
|
||||
addChild("/", "fileTreeRoot");
|
||||
addChild(Paths.cardDirectory(), "fileTreeCard");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue