show the game's mqtt devid, not the device's

This commit is contained in:
Eric House 2020-09-05 14:18:49 -07:00
parent 1c6d28633f
commit fbc8a62a13

View file

@ -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();