ZigbeeApp/Shared/Phone/UserCenter/Password/CheckOldPhoneForm.cs
@@ -161,7 +161,7 @@ System.Threading.Thread.Sleep(1000); if (waitime == 0) { Application.RunOnMainThread(() => HdlThreadLogic.Current.RunMain(() => { if (btnNext != null) { @@ -173,13 +173,13 @@ }); break; } Application.RunOnMainThread(() => HdlThreadLogic.Current.RunMain(() => { if (btnNext != null) { btnNext.Text = waitime + "s" + repeat; } }); }, ShowErrorMode.NO); } }); }