mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
fix typo in excluder activity name
This commit is contained in:
parent
870ca3f5c3
commit
f978aca8e5
@ -542,7 +542,7 @@ public class EncryptFilesFragment
|
||||
|
||||
// we don't want to encrypt the encrypted, no inception ;)
|
||||
String[] blacklist = new String[]{
|
||||
Constants.PACKAGE_NAME + ".ui.EncryptFileActivity",
|
||||
Constants.PACKAGE_NAME + ".ui.EncryptFilesActivity",
|
||||
"org.thialfihar.android.apg.ui.EncryptActivity"
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user