1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00

BookInfoActivity has been moved to the ":library" process

This commit is contained in:
Nikolay Pultsin 2010-11-14 19:58:22 +00:00
parent 1718b58dea
commit 1b7e6b6471
8 changed files with 47 additions and 15 deletions

View file

@ -40,7 +40,7 @@ import org.geometerplus.fbreader.library.*;
import org.geometerplus.fbreader.tree.FBTree;
public class LibraryTabActivity extends TabActivity implements MenuItem.OnMenuItemClickListener {
public static final String CURRENT_BOOK_PATH_KEY = "LibraryCurrentBookPath";
public static final String CURRENT_BOOK_PATH_KEY = "CurrentBookPath";
static LibraryTabActivity Instance;