mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
library-in-single-activity feature, BaseActivity is free of library references
This commit is contained in:
parent
317bc9d55d
commit
62f4ca8d75
10 changed files with 238 additions and 209 deletions
|
@ -36,10 +36,6 @@ public abstract class LibraryTree extends FBTree {
|
|||
super(parent, position);
|
||||
}
|
||||
|
||||
public String getTreeTitle() {
|
||||
return getName();
|
||||
}
|
||||
|
||||
public Book getBook() {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue