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

Commit ee7081d1 authored by Matthew Williams's avatar Matthew Williams
Browse files

Resolve build breakage for merge of fix to b/11559103

Change-Id: Ib42eb48a234f53d34d23f5c661331b2f37be4209
parent b4eb1c0a
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 */