UI thread invoke fixes/improvements

This commit is contained in:
honfika@gmail.com
2016-12-28 11:21:13 +01:00
parent e6377fcf98
commit 5b0bd1f0c5
15 changed files with 1574 additions and 1421 deletions

View File

@@ -115,7 +115,6 @@ public class LoadFromMemoryFrame extends AppFrame {
@Override
protected List<SwfInMemory> doInBackground() throws Exception {
return new SearchInMemory(new SearchInMemoryListener() {
@Override
public void publish(Object... chunks) {
SelectProcessWorker.this.publish(chunks);
@@ -151,6 +150,8 @@ public class LoadFromMemoryFrame extends AppFrame {
}
private void openSwf() {
View.checkAccess();
if (foundIs == null) {
return;
}