Fix infinite camera capture loop
This commit is contained in:
@@ -110,7 +110,7 @@ export default function App() {
|
|||||||
onPhotoCaptured={handlePhotoCaptured}
|
onPhotoCaptured={handlePhotoCaptured}
|
||||||
onBurstComplete={handleBurstComplete}
|
onBurstComplete={handleBurstComplete}
|
||||||
onCancel={handleReset}
|
onCancel={handleReset}
|
||||||
isIdle={currentScreen === 'home'}
|
isIdle={currentScreen !== 'camera'}
|
||||||
onStartBooth={handleStartBooth}
|
onStartBooth={handleStartBooth}
|
||||||
onNavigateToAdmin={handleOpenAdmin}
|
onNavigateToAdmin={handleOpenAdmin}
|
||||||
adminPassword={settings.adminPassword}
|
adminPassword={settings.adminPassword}
|
||||||
|
|||||||
Reference in New Issue
Block a user