Loading core/java/com/google/android/mms/pdu/PduComposer.java +1 −3 Original line number Diff line number Diff line Loading @@ -835,9 +835,7 @@ public class PduComposer { appendOctet(PduHeaders.CONTENT_TYPE); // Message body makeMessageBody(); return PDU_COMPOSE_SUCCESS; // Composing the message is OK return makeMessageBody(); } /** Loading Loading
core/java/com/google/android/mms/pdu/PduComposer.java +1 −3 Original line number Diff line number Diff line Loading @@ -835,9 +835,7 @@ public class PduComposer { appendOctet(PduHeaders.CONTENT_TYPE); // Message body makeMessageBody(); return PDU_COMPOSE_SUCCESS; // Composing the message is OK return makeMessageBody(); } /** Loading