1
0
Fork 0
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:
Nikolay Pultsin 2011-07-14 21:32:42 +01:00
parent 317bc9d55d
commit 62f4ca8d75
10 changed files with 238 additions and 209 deletions

View file

@ -36,10 +36,6 @@ public abstract class LibraryTree extends FBTree {
super(parent, position);
}
public String getTreeTitle() {
return getName();
}
public Book getBook() {
return null;
}