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

Commit 5e783896 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Fix PhoneAccount parceling (1/2)" into lmp-mr1-dev

parents 031d8fea 96802adc
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);