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

Commit 55ea46e0 authored by Matthew Xie's avatar Matthew Xie Committed by Android (Google) Code Review
Browse files

Merge "MAP: protected misspelled in message listing encoder"

parents 76de7cd3 8f5d9bbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -253,7 +253,7 @@ public class BluetoothMapMessageListingElement
            if(sent != null)
                xmlMsgElement.attribute("", "sent", sent);
            if(protect != null)
                xmlMsgElement.attribute("", "protect", protect);
                xmlMsgElement.attribute("", "protected", protect);
            xmlMsgElement.endTag("", "msg");

    }