1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 12:00:17 +02:00
This commit is contained in:
Nikolay Pultsin 2015-05-23 04:43:18 +01:00
parent 8fac73c17a
commit f27d4ab079
23 changed files with 249 additions and 198 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);