File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/cryptomator/linux/keychain Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
40
40
<!-- runtime dependencies -->
41
41
<api .version>1.0.0-beta2</api .version>
42
- <secret-service .version>1.5.0 </secret-service .version>
42
+ <secret-service .version>1.6.2 </secret-service .version>
43
43
<kdewallet .version>1.1.1</kdewallet .version>
44
44
<guava .version>30.0-jre</guava .version>
45
45
<slf4j .version>1.7.30</slf4j .version>
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public boolean isLocked() {
24
24
try (@ SuppressWarnings ("unused" ) SimpleCollection keyring = new SimpleCollection ()) {
25
25
// seems like we're able to access the keyring.
26
26
return keyring .isLocked ();
27
- } catch (IOException | ExceptionInInitializerError | RuntimeException e ) {
27
+ } catch (IOException e ) {
28
28
return true ;
29
29
}
30
30
}
You can’t perform that action at this time.
0 commit comments