Loading android/app/src/com/android/bluetooth/map/BluetoothMapMessageListingElement.java +1 −1 Original line number Diff line number Diff line Loading @@ -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"); } Loading Loading
android/app/src/com/android/bluetooth/map/BluetoothMapMessageListingElement.java +1 −1 Original line number Diff line number Diff line Loading @@ -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"); } Loading