mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 13:26:44 +00:00
followup
This commit is contained in:
parent
55e7689f7c
commit
c34a423f95
1 changed files with 1 additions and 1 deletions
|
@ -868,13 +868,13 @@ public class AppServices {
|
||||||
return new Task<>() {
|
return new Task<>() {
|
||||||
@Override
|
@Override
|
||||||
protected Void call() {
|
protected Void call() {
|
||||||
|
Platform.runLater(() -> openFileUriArguments(window));
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
service.setExecutor(Storage.LoadWalletService.getSingleThreadedExecutor());
|
service.setExecutor(Storage.LoadWalletService.getSingleThreadedExecutor());
|
||||||
service.setOnSucceeded(event -> openFileUriArguments(window));
|
|
||||||
service.start();
|
service.start();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue