fix order
This commit is contained in:
parent
c569276d86
commit
8dd4d8cad6
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ public class AppInitializer implements IProgress {
|
|||
|
||||
|
||||
|
||||
public void synchronized initVoiceDataInDifferentThread(final Activity uiContext, final String voiceProvider, final Runnable run, boolean showDialog) {
|
||||
public synchronized void initVoiceDataInDifferentThread(final Activity uiContext, final String voiceProvider, final Runnable run, boolean showDialog) {
|
||||
final ProgressDialog dlg = showDialog ? ProgressDialog.show(uiContext, app.getString(R.string.loading_data),
|
||||
app.getString(R.string.voice_data_initializing)) : null;
|
||||
new Thread(new Runnable() {
|
||||
|
|
Loading…
Reference in a new issue