mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
put dbg field in app object, not its parent
This commit is contained in:
parent
f296ab4dc3
commit
9e92af7c1f
1 changed files with 1 additions and 1 deletions
|
@ -155,9 +155,9 @@ public class UpdateCheckReceiver extends BroadcastReceiver {
|
|||
if ( devOK( context ) ) {
|
||||
appParams.put( k_DEVOK, true );
|
||||
}
|
||||
appParams.put( k_DEBUG, BuildConfig.DEBUG );
|
||||
params.put( k_APP, appParams );
|
||||
params.put( k_DEVID, XWPrefs.getDevID( context ) );
|
||||
params.put( k_DEBUG, BuildConfig.DEBUG );
|
||||
} catch ( org.json.JSONException jse ) {
|
||||
DbgUtils.loge( jse );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue