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

Commit d9123964 authored by Martin Bouchet's avatar Martin Bouchet Committed by Christopher N. Hesse
Browse files

libril: fix in call presentation

Change-Id: Ifd4a20c0bcd34f380716cc96cdd4c99b4b909266
parent d53206c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3015,7 +3015,7 @@ int radio::getCurrentCallsResponse(int slotId,
                RIL_Call *p_cur = ((RIL_Call **) response)[i];
                /* each call info */
                calls[i].state = (CallState) p_cur->state;
                calls[i].index = p_cur->index;
                calls[i].index = p_cur->index & 0xff;
                calls[i].toa = p_cur->toa;
                calls[i].isMpty = p_cur->isMpty;
                calls[i].isMT = p_cur->isMT;