mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
fix crash by providing title id expected by warn-phonies dialog.
This commit is contained in:
parent
b83867ff13
commit
cf5f94ffc7
1 changed files with 1 additions and 0 deletions
|
@ -1010,6 +1010,7 @@ public class BoardActivity extends Activity implements UtilCtxt {
|
|||
message + getString(R.string.badwords_lost) );
|
||||
} else {
|
||||
m_dlgBytes = message + getString( R.string.badwords_accept );
|
||||
m_dlgTitle = R.string.query_title;
|
||||
accept = 0 != waitBlockingDialog( QUERY_REQUEST_BLK, 0 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue