Commit bee22bf942b4d348281636a3a572e956d57a0148
1 parent
ae8002cd
1 修改配网完成逻辑
Showing
2 changed files
with
2 additions
and
2 deletions
config.gradle
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/frame/view/SelectWifiFragmentView.java
| @@ -62,7 +62,7 @@ public class SelectWifiFragmentView implements MvpView { | @@ -62,7 +62,7 @@ public class SelectWifiFragmentView implements MvpView { | ||
| 62 | failRunnable = new Runnable() { | 62 | failRunnable = new Runnable() { |
| 63 | @Override | 63 | @Override |
| 64 | public void run() { | 64 | public void run() { |
| 65 | - if (isSetNetSuccess) { | 65 | + if (!isSetNetSuccess) { |
| 66 | if (null != getContext()) { | 66 | if (null != getContext()) { |
| 67 | QMUITipDialogUtil.dismessDialog(); | 67 | QMUITipDialogUtil.dismessDialog(); |
| 68 | AlertUtil.showDeftToast(getContext(), "配网超时"); | 68 | AlertUtil.showDeftToast(getContext(), "配网超时"); |