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

Skip to content
Commit 50e0bd95 authored by Sumit Deshmukh's avatar Sumit Deshmukh Committed by Myles Watson
Browse files

MAP: Remove extra line feed in Message Listing object

Usecase:
1) Establish MAP session.
2) Do Message Listing for any folder with messages.

Issue:
Extra line feed is present and seen in messageListing xml object
as 
 for carkit other than BENZ which causes parsing issues
in some carkits.

Root Cause:
FastXmlSerializer.startDocument() and xmlMsgElement.text("\n")
both add line feed.

Fix:
Line feed is already added method FastXmlSerializer.startDocument()
So need to remove extra line feed added.

Test: No extra junk characters are seen in Mesage Listing Response

Fixes: 77447850
Change-Id: I86a7bff088982fe4906399f645a28f03b8073d83
parent 0934e6a3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment