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 3939
4040 <!-- runtime dependencies -->
4141 <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>
4343 <kdewallet .version>1.2.3</kdewallet .version>
4444 <guava .version>31.0-jre</guava .version>
4545 <slf4j .version>1.7.32</slf4j .version>
Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ public boolean isSupported() {
2525
2626 @ Override
2727 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 ()) {
3029 return keyring .isLocked ();
3130 } catch (IOException e ) {
3231 return true ;
You can’t perform that action at this time.
0 commit comments