make progress dialog cancellable. Still may want to abort the search

when it's cancelled.
This commit is contained in:
Andy2 2010-07-09 06:14:43 -07:00
parent d7110824df
commit 2bbdcf46c3

View file

@ -890,7 +890,8 @@ public class BoardActivity extends Activity implements UtilCtxt {
public void run() {
String title = getString( R.string.progress_title );
m_progress = ProgressDialog.show( BoardActivity.this,
title, null, true );
title, null, true,
true );
}
} );
}