mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-01 19:57:11 +01:00
fix crash by adding missing param
This commit is contained in:
parent
5f12d1a03b
commit
81d428a16d
1 changed files with 1 additions and 1 deletions
|
@ -1464,7 +1464,7 @@ public class BoardDelegate extends DelegateBase
|
||||||
if ( null == msg ) {
|
if ( null == msg ) {
|
||||||
askNoAddrsDelete();
|
askNoAddrsDelete();
|
||||||
} else {
|
} else {
|
||||||
showDialogFragment( DlgID.DLG_CONNSTAT,
|
showDialogFragment( DlgID.DLG_CONNSTAT, null,
|
||||||
R.string.info_title, msg );
|
R.string.info_title, msg );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue