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

Commit 96802adc authored by Ihab Awad's avatar Ihab Awad
Browse files

Fix PhoneAccount parceling (1/2)

Bug: 18343731
Change-Id: Ie69d33cec5e184f1b33d2b4225b8f3dc9ff50f82
parent 3f558e72
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);