|
@@ -518,6 +518,7 @@ class CookStepActivity2 : CookStepToolActivity() {
|
|
CofarSDK.resume()
|
|
CofarSDK.resume()
|
|
} else if (tag == BUTTON_TAG_CONFIRM) {
|
|
} else if (tag == BUTTON_TAG_CONFIRM) {
|
|
CofarSDK.confirm()
|
|
CofarSDK.confirm()
|
|
|
|
+ CofarSDK.resume()
|
|
binding.controller.btnStart.setGone()
|
|
binding.controller.btnStart.setGone()
|
|
binding.controller.btnReset.setGone()
|
|
binding.controller.btnReset.setGone()
|
|
} else if (tag == BUTTON_TAG_STOP) {
|
|
} else if (tag == BUTTON_TAG_STOP) {
|