spot remove count on zero

This commit is contained in:
nick-delirium 2024-09-05 14:58:27 +02:00
parent b5e8e86f23
commit 45eb21e73f
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0
2 changed files with 1 additions and 2 deletions

View file

@ -62,7 +62,7 @@ function ControlsBox({
return changeState(STATES.idle);
}
let tries = 0;
// changeState(STATES.idle);
changeState(STATES.idle);
await callRecording();
let int = setInterval(() => {
const state = getInitState();

View file

@ -4,7 +4,6 @@ import { StyleSheet, View, Text, TouchableOpacity } from 'react-native';
import Openreplay from '@openreplay/react-native';
export default function App() {
// const [result, setResult] = React.useState<number | undefined>();
const [number, onChangeNumber] = React.useState('');
const start = () => {