Index: sources/drydemo/StateControllerStandby.cpp =================================================================== diff -u -re8edefcae8e47854198b06c1a65e4e45da5f3afc -r92e21520e183cd3275576dc3670752da082ec9d4 --- sources/drydemo/StateControllerStandby.cpp (.../StateControllerStandby.cpp) (revision e8edefcae8e47854198b06c1a65e4e45da5f3afc) +++ sources/drydemo/StateControllerStandby.cpp (.../StateControllerStandby.cpp) (revision 92e21520e183cd3275576dc3670752da082ec9d4) @@ -68,6 +68,7 @@ handleUIResponseMessage(ID_TD_RESP_INITIATE_TREATMENT, ACCEPT_VALUE); // Set the state to be on exit because the state has to exit status = STATE_ON_EXIT; + _treatmentStatus.TEMPREMOVEFORASN = true; } void StateController::handleUIResponseMessage(const Message_ID_Enum msgID, const quint32 acceptReject, const QVariantList &rejectReasons) @@ -143,6 +144,8 @@ _treatmentStatus.bicartTotal = 100; _treatmentStatus.bicartShowDialog = DRY_BICART_OPEN_SCREEN; + _treatmentStatus.TEMPREMOVEFORASN = true; + // UI confirm _uiConfirmMessages.clear(); }