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

Merge branch 'master' into library-service

Conflicts:
	src/org/geometerplus/fbreader/library/Library.java
This commit is contained in:
Nikolay Pultsin 2013-02-10 00:38:27 +04:00
commit d59e03e56c

View file

@ -88,7 +88,7 @@ public final class Library {
public Library(IBookCollection collection) {
Collection = collection;
myRootTree = new RootTree(collection);
myRootTree = new RootTree(collection);
new FavoritesTree(myRootTree);
new RecentBooksTree(myRootTree);