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

Commit 500cee66 authored by Hemant Gupta's avatar Hemant Gupta Committed by android-build-merger
Browse files

Merge "MAP: GETMessagesLisitng include mandatory field always."

am: 68277e56

* commit '68277e56':
  MAP: GETMessagesLisitng include mandatory field always.
parents b74f5d74 68277e56
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1248,6 +1248,8 @@ public class BluetoothMapContent {
            }
            if (subject != null && subject.length() > subLength) {
                subject = subject.substring(0, subLength);
            } else if (subject == null ) {
                subject = "";
            }
            if (V) Log.d(TAG, "setSubject: " + subject);
            e.setSubject(subject);