JLChen
2021-01-06 f60ce72c3c29c7d31a046795c88ec39a69e73d45
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 {