mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-08-18 13:16:02 +00:00
invoking UI methods on UI thread, might solve #351
This commit is contained in:
@@ -301,7 +301,7 @@ public class UnlockController extends LocalizedFXMLViewController {
|
||||
if (keychainAccess.isPresent() && savePassword.isSelected()) {
|
||||
keychainAccess.get().storePassphrase(vault.getId(), password);
|
||||
} else {
|
||||
passwordField.swipe();
|
||||
Platform.runLater(passwordField::swipe);
|
||||
}
|
||||
} catch (InvalidPassphraseException e) {
|
||||
Platform.runLater(() -> {
|
||||
|
||||
Reference in New Issue
Block a user