mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-17 02:01:27 +00:00
rename unused var
This commit is contained in:
@@ -103,8 +103,8 @@ public class StartController implements FxController {
|
|||||||
|
|
||||||
private void loadingKeyFailed(Throwable e) {
|
private void loadingKeyFailed(Throwable e) {
|
||||||
switch (e) {
|
switch (e) {
|
||||||
case UnlockCancelledException uce -> {} //ok
|
case UnlockCancelledException _ -> {} //ok
|
||||||
case VaultKeyInvalidException vkie -> {
|
case VaultKeyInvalidException _ -> {
|
||||||
LOG.error("Invalid key"); //TODO: specific error screen
|
LOG.error("Invalid key"); //TODO: specific error screen
|
||||||
appWindows.showErrorWindow(e, window, null);
|
appWindows.showErrorWindow(e, window, null);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user