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);
|
return changeState(STATES.idle);
|
||||||
}
|
}
|
||||||
let tries = 0;
|
let tries = 0;
|
||||||
// changeState(STATES.idle);
|
changeState(STATES.idle);
|
||||||
await callRecording();
|
await callRecording();
|
||||||
let int = setInterval(() => {
|
let int = setInterval(() => {
|
||||||
const state = getInitState();
|
const state = getInitState();
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@ import { StyleSheet, View, Text, TouchableOpacity } from 'react-native';
|
||||||
import Openreplay from '@openreplay/react-native';
|
import Openreplay from '@openreplay/react-native';
|
||||||
|
|
||||||
export default function App() {
|
export default function App() {
|
||||||
// const [result, setResult] = React.useState<number | undefined>();
|
|
||||||
const [number, onChangeNumber] = React.useState('');
|
const [number, onChangeNumber] = React.useState('');
|
||||||
|
|
||||||
const start = () => {
|
const start = () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue