ソースを参照

fixed "encrypt anyway" button

Sebastian Stenzel 9 年 前
コミット
fc1a5be85f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      main/ui/src/main/java/org/cryptomator/ui/model/Vault.java

+ 1 - 1
main/ui/src/main/java/org/cryptomator/ui/model/Vault.java

@@ -166,7 +166,7 @@ public class Vault implements CryptoFileSystemDelegate {
 
 	@Override
 	public boolean shouldSkipAuthentication(String cleartextPath) {
-		return namesOfResourcesWithInvalidMac.contains(cleartextPath);
+		return whitelistedResourcesWithInvalidMac.contains(cleartextPath);
 	}
 
 	// ******************************************************************************