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

SearchItemTree has been moved to a platform-independent code (search doesn't work at the momemnt)

This commit is contained in:
Nikolay Pultsin 2011-03-02 18:19:27 +00:00
parent ebe98a6a63
commit e562a54a29
7 changed files with 15 additions and 40 deletions

View file

@ -364,6 +364,7 @@ public class NetworkLibrary {
tree.removeSelf();
}
new AddCustomCatalogItemTree(myRootTree);
new SearchItemTree(myRootTree, 0);
}
private void updateVisibility() {