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

Commit be5ead83 authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

am 5e783896: Merge "Fix PhoneAccount parceling (1/2)" into lmp-mr1-dev

* commit '5e783896':
  Fix PhoneAccount parceling (1/2)
parents f6eb33fd 5e783896
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -640,6 +640,7 @@ public class PhoneAccount implements Parcelable {
        if (mIconBitmap == null) {
            out.writeInt(0);
        } else {
            out.writeInt(1);
            mIconBitmap.writeToParcel(out, flags);
        }
        out.writeInt(mIconTint);