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

Commit bf8fdcdd authored by Shreyas Basarge's avatar Shreyas Basarge Committed by Android (Google) Code Review
Browse files

Merge "NPE fix in SyncStorageEngine"

parents 18f3d9a3 11cb4e22
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1911,9 +1911,11 @@ public class SyncStorageEngine extends Handler {
                            if ("authority".equals(tagName)) {
                                authority = parseAuthority(parser, version);
                                periodicSync = null;
                                if (authority != null) {
                                    if (authority.ident > highestAuthorityId) {
                                        highestAuthorityId = authority.ident;
                                    }
                                }
                            } else if (XML_TAG_LISTEN_FOR_TICKLES.equals(tagName)) {
                                parseListenForTickles(parser);
                            }