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

Commit 93d1ac71 authored by Hemant Gupta's avatar Hemant Gupta Committed by android-build-merger
Browse files

Merge "MAP: Add content transfer encoding property for MMS body"

am: bdbc6777

Change-Id: I36c8da95013b36b096f0046b031a82172d3037d4
parents 2ce289dd bdbc6777
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -510,7 +510,7 @@ public class BluetoothMapbMessageMime extends BluetoothMapbMessage {
        int count = 0;
        String mimeBody;

        mMyEncoding = "8BIT"; // The encoding used
        mEncoding = "8BIT"; // The encoding used

        encodeHeaders(sb);
        if (mParts != null) {