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

Commit 9842871e authored by Varun Shah's avatar Varun Shah Committed by Android (Google) Code Review
Browse files

Merge "Fix parser bug ignoring user id." into main

parents de44c50c 0bdf1b74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1845,7 +1845,7 @@ public class SyncStorageEngine {
    private void parseListenForTickles(TypedXmlPullParser parser) {
        int userId = 0;
        try {
            parser.getAttributeInt(null, XML_ATTR_USER);
            userId = parser.getAttributeInt(null, XML_ATTR_USER);
        } catch (XmlPullParserException e) {
            Slog.e(TAG, "error parsing the user for listen-for-tickles", e);
        }