diff --git a/xwords4/android/app/src/main/java/org/eehouse/android/xw4/BoardDelegate.java b/xwords4/android/app/src/main/java/org/eehouse/android/xw4/BoardDelegate.java index 0d75eff57..b3a1b5d68 100644 --- a/xwords4/android/app/src/main/java/org/eehouse/android/xw4/BoardDelegate.java +++ b/xwords4/android/app/src/main/java/org/eehouse/android/xw4/BoardDelegate.java @@ -2537,7 +2537,7 @@ public class BoardDelegate extends DelegateBase 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 ( !XWPrefs.getNBSEnabled( m_activity ) ) { makeConfirmThenBuilder( R.string.warn_sms_disabled,