kehaoyuan
2017-11-06 18:29:34 +08:00
parent 0666146374
commit 0cc456c4a1
4 changed files with 5 additions and 5 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