1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +02:00

call repaint at end of file loading

This commit is contained in:
Nikolay Pultsin 2012-01-29 03:25:00 +00:00
parent ab72a293df
commit bbcc9b6ee8

View file

@ -115,6 +115,7 @@ public abstract class ZLAndroidActivity extends Activity {
public void run() {
System.err.println("+openFile");
ZLApplication.Instance().openFile(fileFromIntent(getIntent()));
ZLApplication.Instance().getViewWidget().repaint();
System.err.println("-openFile");
}
}.start();