mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
Turn off relay invite. I want to get a release out before I'm like to
resolve all issues.
This commit is contained in:
parent
058be41265
commit
2c558ab905
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public class XWApp extends Application {
|
|||
public static final boolean SMSSUPPORTED = true;
|
||||
public static final boolean GCMSUPPORTED = true;
|
||||
public static final boolean REMATCH_SUPPORTED = true;
|
||||
public static final boolean RELAYINVITE_SUPPORTED = true;
|
||||
public static final boolean RELAYINVITE_SUPPORTED = false;
|
||||
public static final boolean ATTACH_SUPPORTED = false;
|
||||
public static final boolean DEBUG_LOCKS = false;
|
||||
public static final boolean LOG_LIFECYLE = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue