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

Commit c88f80d3 authored by Shylender Gaddamwar's avatar Shylender Gaddamwar
Browse files

Fix "Acore" crash when exporting contacts to SDCard.

On Export confirmation (ExportConfirmationListener::onClick function)
start the ActualExportThread after the progress dialog window pop's up.
ActualExportThread::onCreateDialog instantiates ProgressDialog class,
the thread start (run) function access mProgressDialog methods.
since the thread started before the OnCreateDialog , the mProgressDialog
object is null , Hence the Exception is thrown.

Change-Id: Ia23e494535b7b7bd3066cbd418aff899c5e20825
CRs-Fixed:232123
parent 24b8c749
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment