1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 12:00:17 +02:00

Merge branch 'master' into ice-cream-sandwich

This commit is contained in:
Nikolay Pultsin 2015-05-23 04:44:21 +01:00
commit 0491695d7b
23 changed files with 250 additions and 204 deletions

View file

@ -56,7 +56,7 @@ public class LibraryActivity extends TreeActivity<LibraryTree> implements MenuIt
protected void onCreate(Bundle icicle) {
super.onCreate(icicle);
mySelectedBook = FBReaderIntents.getBookExtra(getIntent());
mySelectedBook = FBReaderIntents.getBookExtra(getIntent(), myCollection);
new LibraryTreeAdapter(this);