Pre Merge pull request !10 from 独角戏/Develope

This commit is contained in:
独角戏 2025-02-07 03:33:52 +00:00 committed by Gitee
commit 737c5d2171
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -128,11 +128,16 @@ HMI_ENGINE_RESULT HMI_StartEngine(const void* pstParameters)
if(NULL != pstStartScreen->pstActions->Prepare)
{
eProcessResult = pstStartScreen->pstActions->Prepare(g_pstActivedEngineObject->Interface, pstParameters);
if( (NULL != g_pstActivedEngineObject->Interface) &&
(NULL != g_pstActivedEngineObject->Interface->fnSyncBuffer))
{
g_pstActivedEngineObject->Interface->fnSyncBuffer();
}
}
}
}
}
else
{
// No activated HMI engine object.