1
0
Fork 0
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:
bac1ca 2010-11-26 16:38:57 +03:00
parent 74169aa9c3
commit 7fcdfb01f4
8 changed files with 678 additions and 4 deletions

View file

@ -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() {