File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/main/java/org/cryptomator/linux/keychain Expand file tree Collapse file tree 2 files changed +2
-3
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</api .version>
42
- <secret-service .version>1.6.2 </secret-service .version>
42
+ <secret-service .version>1.7.0 </secret-service .version>
43
43
<kdewallet .version>1.2.3</kdewallet .version>
44
44
<guava .version>31.0-jre</guava .version>
45
45
<slf4j .version>1.7.32</slf4j .version>
Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ public boolean isSupported() {
25
25
26
26
@ Override
27
27
public boolean isLocked () {
28
- try (@ SuppressWarnings ("unused" ) SimpleCollection keyring = new SimpleCollection ()) {
29
- // seems like we're able to access the keyring.
28
+ try (SimpleCollection keyring = new SimpleCollection ()) {
30
29
return keyring .isLocked ();
31
30
} catch (IOException e ) {
32
31
return true ;
You can’t perform that action at this time.
0 commit comments