JLChen
2021-01-07 7ed9cc5bb6a07a8358a2705797bd2b31c6e39fd4
Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/AddSchedule.cs
@@ -684,7 +684,7 @@
                        Application.RunOnMainThread (() => {
                            if (revertObj == null) {
                                new Alert ("", "Unable to save data, please check the network.", "Close").Show ();
                            } else if (revertObj.StateCode.ToUpper() == "SUCCESS") {
                            } else if (revertObj.StateCode.ToUpper() == StateCode.SUCCESS) {
                                this.RemoveFromParent ();
                                action (timerTemp);
                            } else {