mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
Merge branch 'android_branch' into relay_via_http
This commit is contained in:
commit
da1c3f992a
2 changed files with 2 additions and 1 deletions
|
@ -172,6 +172,7 @@ public class RelayService extends XWService
|
|||
{
|
||||
boolean enabled = ! XWPrefs
|
||||
.getPrefsBoolean( context, R.string.key_disable_relay, false );
|
||||
// Log.d( TAG, "relayEnabled() => %b", enabled );
|
||||
return enabled;
|
||||
}
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ declare -A LOGS
|
|||
declare -A MINEND
|
||||
declare -A ROOM_PIDS
|
||||
declare -a APPS_OLD=()
|
||||
declare -a DICTS= # wants to be =() too?
|
||||
declare -a DICTS=() # wants to be =() too?
|
||||
declare -A CHECKED_ROOMS
|
||||
|
||||
function cleanup() {
|
||||
|
|
Loading…
Reference in a new issue