mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-11 17:18:01 +00:00
followup
This commit is contained in:
@@ -868,13 +868,13 @@ public class AppServices {
|
||||
return new Task<>() {
|
||||
@Override
|
||||
protected Void call() {
|
||||
Platform.runLater(() -> openFileUriArguments(window));
|
||||
return null;
|
||||
}
|
||||
};
|
||||
}
|
||||
};
|
||||
service.setExecutor(Storage.LoadWalletService.getSingleThreadedExecutor());
|
||||
service.setOnSucceeded(event -> openFileUriArguments(window));
|
||||
service.start();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user