mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +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 ) {
|
||||
askNoAddrsDelete();
|
||||
} else {
|
||||
showDialogFragment( DlgID.DLG_CONNSTAT,
|
||||
showDialogFragment( DlgID.DLG_CONNSTAT, null,
|
||||
R.string.info_title, msg );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue