fix crash by adding missing param

This commit is contained in:
Eric House 2017-02-18 19:20:14 -08:00
parent 5f12d1a03b
commit 81d428a16d

View file

@ -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 );
}
}