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:
parent
ab72a293df
commit
bbcc9b6ee8
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue