We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5f2f9 commit bbeb0daCopy full SHA for bbeb0da
feedingwebapp/src/Pages/Home/MealStates/DetectingFace.jsx
@@ -88,7 +88,7 @@ const DetectingFace = (props) => {
88
// If the app got to this screen after moving away from the user's mouth,
89
// don't auto-continue. Only do so if it gets to this page from
90
// R_MovingToStagingConfiguration
91
- if (faceDetectionAutoContinue && prevMealState !== MEAL_STATE.R_MovingFromMouth) {
+ if (faceDetectionAutoContinue && prevMealState === MEAL_STATE.R_MovingToStagingConfiguration) {
92
moveToMouthCallback()
93
}
94
},
0 commit comments