mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 12:00:17 +02:00
DbBook
This commit is contained in:
parent
8fac73c17a
commit
f27d4ab079
23 changed files with 249 additions and 198 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue