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

Commit 4f728ffd authored by Danny Fernandes's avatar Danny Fernandes Committed by Android Git Automerger
Browse files

am bcd9628e: Fix for issue 3422485: Kenburn not showing continuous progress bar

* commit 'bcd9628e69003e8d38d80addef0fa47222c14101':
  Fix for issue 3422485: Kenburn not showing continuous progress bar
parents 80e94ce8 12db816f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -6333,6 +6333,11 @@ M4OSA_ERR M4xVSS_Step( M4OSA_Context pContext, M4OSA_UInt8 *pProgress )
                    == M4xVSS_kMicroStateConvertPto3GPP ) /* Pto3GPP, converting */
                {
                    err = M4PTO3GPP_Step(xVSS_context->pM4PTO3GPP_Ctxt);
                    /* update progress bar */
                    if(xVSS_context->pCallBackCtxt->m_NbImage > 1)
                    {
                        uiProgress = (xVSS_context->pCallBackCtxt->m_ImageCounter * 100) / (xVSS_context->pCallBackCtxt->m_NbImage -1);
                    }

                    if( ( err != M4NO_ERROR) && (err
                        != ((M4OSA_UInt32)M4PTO3GPP_WAR_END_OF_PROCESSING)) )