mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +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 );
|
||||
break;
|
||||
case COMMS_CONN_MQTT:
|
||||
result = String.format("DevID: %s", XwJNI.dvc_getMQTTDevID(null));
|
||||
result = String.format("DevID: %s", addr.mqtt_devID );
|
||||
break;
|
||||
case COMMS_CONN_P2P:
|
||||
result = WiDirService.formatNetStateInfo();
|
||||
|
|
Loading…
Reference in a new issue