mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
don't allow release builds to invite using mqtt
Duh...
This commit is contained in:
parent
85969fb913
commit
6d74c4c16f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public class InviteChoicesAlert extends DlgDelegateAlert {
|
|||
if ( BuildConfig.NON_RELEASE ) {
|
||||
add( items, means, R.string.invite_choice_relay, InviteMeans.RELAY );
|
||||
}
|
||||
if ( BuildConfig.OFFER_MQTT ) {
|
||||
if ( BuildConfig.NON_RELEASE && BuildConfig.OFFER_MQTT ) {
|
||||
add( items, means, R.string.invite_choice_mqtt, InviteMeans.MQTT );
|
||||
}
|
||||
if ( WiDirWrapper.enabled() ) {
|
||||
|
|
Loading…
Reference in a new issue