spot remove count on zero
This commit is contained in:
parent
b5e8e86f23
commit
45eb21e73f
2 changed files with 1 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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 = () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue