1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-05 19:15:32 +00:00

mm-call: Fix mapping of alerting/incoming call states

This commit is contained in:
purism 2018-09-27 08:42:13 +00:00
parent 340aa85b60
commit 0d7e73ca63

View file

@ -161,8 +161,8 @@ static const struct CallsMMCallStateMap STATE_MAP[] = {
{ MM_CALL_STATE_##MMENUM, CALLS_CALL_STATE_##CALLSENUM } \
row (DIALING, DIALING),
row (RINGING_OUT, INCOMING),
row (RINGING_IN, ALERTING),
row (RINGING_OUT, ALERTING),
row (RINGING_IN, INCOMING),
row (ACTIVE, ACTIVE),
row (HELD, HELD),
row (WAITING, INCOMING),