|
@@ -184,7 +184,7 @@ public class HttpRequest {
|
|
|
httpResponseCallback.updateView(Constants.Code_HttpResponseCallback_HideBottomTextView, "隐藏底部文字");
|
|
|
initConfigIfDeviceNotExpiration();
|
|
|
}
|
|
|
- }, 2 * 1000); //延迟2秒,等待"在线配置获取成功"的文字显示一段时间
|
|
|
+ }, 2 * 1000); //延迟2秒,等待"获取在线配置中……"的文字显示一段时间
|
|
|
}
|
|
|
|
|
|
/**
|