mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
include locale info in mqtt server reg
This commit is contained in:
parent
2e4203da1c
commit
118d9e49fe
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ public class MQTTUtils extends Thread implements IMqttActionListener, MqttCallba
|
|||
params.put( "vrntName", BuildConfig.VARIANT_NAME );
|
||||
params.put( "dbg", BuildConfig.DEBUG );
|
||||
params.put( "myNow", now );
|
||||
params.put( "loc", LocUtils.getCurLocale( mContext ) );
|
||||
|
||||
String fcmid = FBMService.getFCMDevID( mContext );
|
||||
if ( null != fcmid ) {
|
||||
|
|
Loading…
Reference in a new issue