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

Commit c52591a8 authored by Jing Ji's avatar Jing Ji Committed by Automerger Merge Worker
Browse files

Merge "Fix the parceling of the ServiceStartArgs" into udc-dev am: fea5c6ee

parents 581a0055 fea5c6ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ public class ServiceStartArgs implements Parcelable {
    public void writeToParcel(Parcel out, int flags) {
        out.writeInt(taskRemoved ? 1 : 0);
        out.writeInt(startId);
        out.writeInt(flags);
        out.writeInt(this.flags);
        if (args != null) {
            out.writeInt(1);
            args.writeToParcel(out, 0);