mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
More cleanup
This commit is contained in:
parent
6276fb92c3
commit
d1368a784e
2 changed files with 2 additions and 3 deletions
|
@ -96,7 +96,7 @@ public class LibraryTabActivity extends TabActivity implements MenuItem.OnMenuIt
|
|||
}
|
||||
};
|
||||
System.err.println("before");
|
||||
action.run();
|
||||
action.run();
|
||||
//AndroidUtil.wait("loadingBookList", action, this);
|
||||
System.err.println("after");
|
||||
|
||||
|
|
|
@ -241,8 +241,7 @@ public abstract class ZLAndroidActivity extends Activity {
|
|||
if (fileToOpen != null) {
|
||||
ZLApplication.Instance().openFile(ZLFile.createFileByPath(fileToOpen));
|
||||
}
|
||||
|
||||
ZLApplication.Instance().repaintView();
|
||||
// ZLApplication.Instance().repaintView();
|
||||
}
|
||||
|
||||
private static ZLAndroidLibrary getLibrary() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue