Home
last modified time | relevance | path

Searched refs:currentState (Results 1 – 2 of 2) sorted by relevance

/MusicFree/src/pages/permissions/
H A Dindex.tsx17 const appState = useRef(AppState.currentState);
/MusicFree/src/core/trackPlayer/
H A Dindex.ts494 const currentState = ( constant
497 if (currentState === State.Stopped) {
500 if (currentState !== State.Playing) {