This commit is contained in:
Eric House 2019-03-08 17:40:27 -08:00
parent 2c18946ff2
commit dbed7e29cc

View file

@ -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,