fixed "encrypt anyway" button

This commit is contained in:
Sebastian Stenzel
2016-03-05 16:02:05 +01:00
parent a30b310c04
commit fc1a5be85f

View File

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