Преглед изворни кода

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);
 	}
 
 	// ******************************************************************************