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:
commit
d59e03e56c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue