mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
hide SMS as invite option (for now)
This commit is contained in:
parent
b851427fd9
commit
b3f1b6ae3e
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ public class DlgDelegate {
|
||||||
|
|
||||||
public void showInviteChoicesThen( final Action action )
|
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]
|
|| NFCUtils.nfcAvail( m_activity )[0]
|
||||||
|| BTService.BTAvailable() ) {
|
|| BTService.BTAvailable() ) {
|
||||||
DlgState state = new DlgState( DlgID.INVITE_CHOICES_THEN, action );
|
DlgState state = new DlgState( DlgID.INVITE_CHOICES_THEN, action );
|
||||||
|
|
Loading…
Reference in a new issue