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

Commit 7e6fe8e9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Fix issue that MO call disconnect automatically when user accept...

Merge "Fix issue that MO call disconnect automatically when user accept another MT call in DSDA mode."
parents b50b2af0 feb9a2aa
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -276,10 +276,8 @@ public final class ParcelableCall implements Parcelable {
            List<String> conferenceableCallIds = new ArrayList<>();
            source.readList(conferenceableCallIds, classLoader);
            Bundle extras = source.readParcelable(classLoader);
            int notificationType = source.readInt();
            int code = source.readInt();
            boolean isActiveSub = (source.readInt() == 1) ? true : false;
            int callSubstate = source.readInt();
            boolean isActiveSub = source.readInt() == 1;
            return new ParcelableCall(
                    id,
                    state,