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

Commit 8f5d9bbc authored by Kim Schulz's avatar Kim Schulz Committed by Matthew Xie
Browse files

MAP: protected misspelled in message listing encoder

The keyword protected was misspelled in the message listing encoder.
Solution: change to protected.

The typo corrected.

Change-Id: I099a79a0076e297cfb89545910c750d4e074c3db
Bug: 12915358
parent 35e29496
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");

    }