mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 18:26:25 +00:00
UI thread invoke fixes/improvements
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user