mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
fix npe
This commit is contained in:
parent
2c18946ff2
commit
dbed7e29cc
1 changed files with 1 additions and 1 deletions
|
@ -2537,7 +2537,7 @@ public class BoardDelegate extends DelegateBase
|
||||||
|
|
||||||
private void warnIfNoTransport()
|
private void warnIfNoTransport()
|
||||||
{
|
{
|
||||||
if ( alertOrderAt( StartAlertOrder.NO_MEANS ) ) {
|
if ( null != m_connTypes && alertOrderAt( StartAlertOrder.NO_MEANS ) ) {
|
||||||
if ( m_connTypes.contains( CommsConnType.COMMS_CONN_SMS ) ) {
|
if ( m_connTypes.contains( CommsConnType.COMMS_CONN_SMS ) ) {
|
||||||
if ( !XWPrefs.getNBSEnabled( m_activity ) ) {
|
if ( !XWPrefs.getNBSEnabled( m_activity ) ) {
|
||||||
makeConfirmThenBuilder( R.string.warn_sms_disabled,
|
makeConfirmThenBuilder( R.string.warn_sms_disabled,
|
||||||
|
|
Loading…
Reference in a new issue