1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 02:09:35 +02:00

sync tree in library + fixed filters

This commit is contained in:
Nikolay Pultsin 2014-07-23 10:23:10 +01:00
parent f0e58a87af
commit 30ed81658a
11 changed files with 236 additions and 15 deletions

View file

@ -26,7 +26,7 @@ import org.geometerplus.fbreader.Paths;
public class FileFirstLevelTree extends FirstLevelTree {
FileFirstLevelTree(RootTree root) {
super(root, ROOT_FILE_TREE);
super(root, ROOT_FILE);
}
@Override