This commit is contained in:
Brice-W 2021-04-08 15:27:25 +10:00
parent 30b47a32cb
commit 8df7d2bb49

View File

@ -390,7 +390,7 @@ public class SmsDatabase extends MessagingDatabase {
values.put(REPLY_PATH_PRESENT, message.isReplyPathPresent());
values.put(SERVICE_CENTER, message.getServiceCenterAddress());
values.put(BODY, message.getMessageBody()); //TODO Brice: is that encoded?
values.put(BODY, message.getMessageBody());
values.put(TYPE, type);
values.put(THREAD_ID, threadId);