Actually use fixBadCharactersForGmail
This commit is contained in:
@@ -579,7 +579,7 @@ public class EncryptActivity extends DrawerActivity {
|
|||||||
|
|
||||||
String message = mMessage.getText().toString();
|
String message = mMessage.getText().toString();
|
||||||
if (signOnly) {
|
if (signOnly) {
|
||||||
fixBadCharactersForGmail(message);
|
message = fixBadCharactersForGmail(message);
|
||||||
}
|
}
|
||||||
data.putByteArray(KeychainIntentService.ENCRYPT_MESSAGE_BYTES, message.getBytes());
|
data.putByteArray(KeychainIntentService.ENCRYPT_MESSAGE_BYTES, message.getBytes());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user