mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
remove redundant key/value pair
This commit is contained in:
parent
4b6f4047fb
commit
1e9cc5d325
1 changed files with 0 additions and 1 deletions
|
@ -314,7 +314,6 @@ public class MQTTUtils extends Thread implements IMqttActionListener, MqttCallba
|
|||
params.put( "dbg", BuildConfig.DEBUG );
|
||||
params.put( "myNow", now );
|
||||
params.put( "loc", LocUtils.getCurLocale( mContext ) );
|
||||
params.put( "knowsDup", true );
|
||||
params.put( "tmpKey", getTmpKey(mContext) );
|
||||
|
||||
String fcmid = FBMService.getFCMDevID( mContext );
|
||||
|
|
Loading…
Add table
Reference in a new issue