mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
turn on batch proto for BT
Will break apps more than maybe two years old. Sad.
This commit is contained in:
parent
a175ed525f
commit
4f7ab4fd46
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ public class BTUtils {
|
|||
|
||||
private static final int BT_PROTO_JSONS = 1; // using jsons instead of lots of fields
|
||||
private static final int BT_PROTO_BATCH = 2;
|
||||
private static final int BT_PROTO = BT_PROTO_JSONS; /* BT_PROTO_BATCH */
|
||||
private static final int BT_PROTO = BT_PROTO_BATCH;
|
||||
private static boolean IS_BATCH_PROTO() { return BT_PROTO_BATCH == BT_PROTO; }
|
||||
|
||||
private static AtomicBoolean sBackUser = new AtomicBoolean(false);
|
||||
|
|
Loading…
Reference in a new issue