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

Commit e593ea10 authored by Tom Taylor's avatar Tom Taylor Committed by Android (Google) Code Review
Browse files

Merge "Received MMS is not displayed properly with 'Avea' SIM Card"

parents 9cfff10b affa29ac
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -934,6 +934,9 @@ public class PduParser {
        int temp = pduDataStream.read();
        assert(-1 != temp);
        int first = temp & 0xFF;
        if (first == 0) {
            return null;    //  Blank subject, bail.
        }

        pduDataStream.reset();
        if (first < TEXT_MIN) {