mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
make progress dialog cancellable. Still may want to abort the search
when it's cancelled.
This commit is contained in:
parent
d7110824df
commit
2bbdcf46c3
1 changed files with 2 additions and 1 deletions
|
@ -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 );
|
||||
}
|
||||
} );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue