You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
YesCancelDialog.show("Shock Confirmation", "Are you sure you want to shock at $intensity Intensity. If you press yes the limit of ${AlarmListManager.getInstance().settings.confirmShockMinIntensity} will be removed for the remaining session. DECIDE WITH CARE!!!", () {
// The cofirm limits check is now performed in the call to this method so it applies to everything that uses the live controls ui instead of just this view
87
72
List<Control> controls = [];
88
73
for (Shocker s inAlarmListManager.getInstance().getSelectedShockers()) {
// Stop everything as in case loop is on the shock would just continue
259
+
forceStop();
260
+
widget.dialogShowing =true;
261
+
YesCancelDialog.show("Shock Confirmation", "Are you sure you want to shock at $intensity Intensity. If you press yes the limit of ${AlarmListManager.getInstance().settings.confirmShockMinIntensity} will be removed for the remaining session. DECIDE WITH CARE!!!", () {
0 commit comments