mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 03:50:19 +02:00
fmanager clean up
This commit is contained in:
parent
44a4e291e3
commit
777c6076a5
9 changed files with 75 additions and 165 deletions
|
@ -132,9 +132,6 @@ abstract class LibraryBaseActivity extends ListActivity {
|
|||
public OpenTreeRunnable(String treePath, String selectedBookPath) {
|
||||
myTreePath = treePath;
|
||||
mySelectedBookPath = selectedBookPath;
|
||||
|
||||
// TODO delete later
|
||||
Log.v(FileManager.FILE_MANAGER_LOG_TAG, "===" + myTreePath + mySelectedBookPath);
|
||||
}
|
||||
|
||||
public void run() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue