mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
show the game's mqtt devid, not the device's
This commit is contained in:
parent
1c6d28633f
commit
fbc8a62a13
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ public class ConnStatusHandler {
|
||||||
fcmMsg );
|
fcmMsg );
|
||||||
break;
|
break;
|
||||||
case COMMS_CONN_MQTT:
|
case COMMS_CONN_MQTT:
|
||||||
result = String.format("DevID: %s", XwJNI.dvc_getMQTTDevID(null));
|
result = String.format("DevID: %s", addr.mqtt_devID );
|
||||||
break;
|
break;
|
||||||
case COMMS_CONN_P2P:
|
case COMMS_CONN_P2P:
|
||||||
result = WiDirService.formatNetStateInfo();
|
result = WiDirService.formatNetStateInfo();
|
||||||
|
|
Loading…
Reference in a new issue