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

Commit 6b9c9d44 authored by Andre Eisenbach's avatar Andre Eisenbach Committed by Gerrit Code Review
Browse files

Merge "Fix sender name string to match MAP spec"

parents f533643e 9a18a9fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -769,7 +769,7 @@ public class BluetoothMapContentObserver {
                            subject.substring(0,subject.length() < 256 ? subject.length() : 256));
                }
                if (senderName != null) {
                    xmlEvtReport.attribute("", "senderName", senderName);
                    xmlEvtReport.attribute("", "sender_name", senderName);
                }
                if (priority != null) {
                    xmlEvtReport.attribute("", "priority", priority);