ci: let stbhal handle close

This commit is contained in:
TangoCash
2017-11-05 13:54:42 +01:00
parent 464838fd24
commit 71c9c9d8e3

View File

@@ -51,6 +51,7 @@ int eDVBCIMMISession::receivedAPDU(const unsigned char *tag, const void *data, i
pMsg->MsgId = CA_MESSAGE_MSG_MMI_CLOSE;
pMsg->SlotType = CA_SLOT_TYPE_CI;
pMsg->Slot = slot->slot;
stopMMI();
cCA::GetInstance()->SendMessage(pMsg);
}
break;