Actually use fixBadCharactersForGmail

This commit is contained in:
Dominik Schürmann 2014-03-30 14:02:09 +02:00
parent c8defe2e6d
commit b2342744b5

View File

@ -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());
}