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

Commit f626dfe2 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: 38f09bcc am: b63f5e9b

am: 78a5d7c6

Change-Id: Iddb38d41e522c0a24919f868a6e9fbc1e3775edf
parents 8d8ae346 78a5d7c6
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) {