hide SMS as invite option (for now)

This commit is contained in:
Eric House 2015-01-25 15:17:49 -08:00
parent b851427fd9
commit b3f1b6ae3e

View file

@ -331,7 +331,7 @@ public class DlgDelegate {
public void showInviteChoicesThen( final Action action )
{
if ( Utils.deviceSupportsSMS( m_activity )
if ( (XWApp.SMS_INVITE_ENABLED && Utils.deviceSupportsSMS( m_activity ))
|| NFCUtils.nfcAvail( m_activity )[0]
|| BTService.BTAvailable() ) {
DlgState state = new DlgState( DlgID.INVITE_CHOICES_THEN, action );