mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -05:00
Actually use fixBadCharactersForGmail
This commit is contained in:
parent
c8defe2e6d
commit
b2342744b5
@ -579,7 +579,7 @@ public class EncryptActivity extends DrawerActivity {
|
||||
|
||||
String message = mMessage.getText().toString();
|
||||
if (signOnly) {
|
||||
fixBadCharactersForGmail(message);
|
||||
message = fixBadCharactersForGmail(message);
|
||||
}
|
||||
data.putByteArray(KeychainIntentService.ENCRYPT_MESSAGE_BYTES, message.getBytes());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user