Commit 372dae84fcfec9c950f02d404420368575d3211e

Authored by YangShuai
1 parent fdaf37b3

1 修改配网失败提示

module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/frame/view/SelectWifiFragmentView.java
... ... @@ -311,7 +311,7 @@ public class SelectWifiFragmentView implements MvpView {
311 311 BleManager.getInstance().disconnect(bleDevice);
312 312 if (null != errorDialog) {
313 313 if (!TextUtils.isEmpty(SSID)) {
314   - errorDialog.setTipMsg(SSID + "\n密码错误");
  314 + errorDialog.setTipMsg(SSID + "\n配网失败");
315 315 if (!errorDialog.isShowing()) {
316 316 errorDialog.show();
317 317 }
... ...