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

Commit c2877079 authored by Matthew Williams's avatar Matthew Williams Committed by Android (Google) Code Review
Browse files

Merge "Resolve build breakage for merge of fix to b/11559103"

parents 4c0278f4 ee7081d1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ public class SyncInfo implements Parcelable {
        this.account = new Account(other.account.name, other.account.type);
        this.authority = other.authority;
        this.startTime = other.startTime;
        this.service = other.service;
    }

    /** @hide */