Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44c1f012 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by android code review
Browse files

Merge "Return error code when composing PDU fails"

parents c2461eb3 54c3ce2f
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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();
    }

    /**