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

Commit 709b9568 authored by Varun Shah's avatar Varun Shah Committed by Gerrit Code Review
Browse files

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

parents 704eb7e5 a5b7f37d
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);
        }