add timeout
This commit is contained in:
@@ -39,9 +39,11 @@ export const SplashScreen = ({
|
|||||||
const clip = getParams.get('clip')
|
const clip = getParams.get('clip')
|
||||||
if (clip === 'true') {
|
if (clip === 'true') {
|
||||||
setShowClipOverlay(true)
|
setShowClipOverlay(true)
|
||||||
postAppClipMessage({
|
setTimeout(() => {
|
||||||
action: 'present',
|
postAppClipMessage({
|
||||||
})
|
action: 'present',
|
||||||
|
})
|
||||||
|
}, 1000)
|
||||||
}
|
}
|
||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user