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