|
|
@@ -762,7 +762,7 @@ public class AppConfig extends MultiDexApplication {
|
|
|
if (!isOffline) {
|
|
|
Dlog.v("jino111115");
|
|
|
isOffline = true;
|
|
|
- String prdName = mUtil.null2string(hmTempDevice.get(Constants.KEY_PRD_USER_NAME));
|
|
|
+ String prdName = mUtil.null2string(hmTempDevice.get(Constants.KEY_PRD_NAME));
|
|
|
String prdUserName = mUtil.null2string(hmTempDevice.get(Constants.KEY_PRD_USER_NAME));
|
|
|
firstHomehubName = !prdUserName.equals("") ? prdUserName : prdName;
|
|
|
} else {
|
|
|
@@ -775,7 +775,7 @@ public class AppConfig extends MultiDexApplication {
|
|
|
if (!isOffline) {
|
|
|
isOffline = true;
|
|
|
Dlog.v("jino111117");
|
|
|
- String prdName = mUtil.null2string(hmTempDevice.get(Constants.KEY_PRD_USER_NAME));
|
|
|
+ String prdName = mUtil.null2string(hmTempDevice.get(Constants.KEY_PRD_NAME));
|
|
|
String prdUserName = mUtil.null2string(hmTempDevice.get(Constants.KEY_PRD_USER_NAME));
|
|
|
firstHomehubName = !prdUserName.equals("") ? prdUserName : prdName;
|
|
|
} else {
|