mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 03:50:19 +02:00
fix some remarks
This commit is contained in:
parent
74169aa9c3
commit
7fcdfb01f4
8 changed files with 678 additions and 4 deletions
|
@ -25,6 +25,7 @@ import android.app.ListActivity;
|
|||
import android.content.Intent;
|
||||
import android.graphics.Bitmap;
|
||||
import android.os.Bundle;
|
||||
import android.util.Log;
|
||||
import android.view.*;
|
||||
import android.widget.*;
|
||||
|
||||
|
@ -133,7 +134,7 @@ abstract class LibraryBaseActivity extends ListActivity {
|
|||
mySelectedBookPath = selectedBookPath;
|
||||
|
||||
// TODO delete later
|
||||
// Log.v();
|
||||
Log.v(FileManager.FILE_MANAGER_LOG_TAG, "===" + myTreePath + mySelectedBookPath);
|
||||
}
|
||||
|
||||
public void run() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue