V3.0.1优化 1~9

This commit is contained in:
kehaoyuan
2017-10-31 11:10:29 +08:00
parent a255ce3e36
commit 383c06c72a
11 changed files with 149 additions and 60 deletions

View File

@ -133,7 +133,7 @@ public abstract class BaseActivity extends BaseAppCompatToolBarActivity implemen
String manufacturer = device.getString("manufacturer");
String model = device.getString("model");
DialogUtils.showAlertDialog(this, "你的账号已在另外一台设备登录"
, StringUtils.buildString("", manufacturer, "", model, "")
, StringUtils.buildString("", manufacturer, "-", model, "")
, "知道了", "重新登录"
, null, new DialogUtils.CancelListener() {
@Override