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:
commit
0491695d7b
23 changed files with 250 additions and 204 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