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