diff --git a/static/openInApp.js b/static/openInApp.js index 1923617..4a5b283 100644 --- a/static/openInApp.js +++ b/static/openInApp.js @@ -23,9 +23,11 @@ function openTweet(tweetId){ }else if (os === 'ios'){ window.location.replace(url); } - - setTimeout(() => { - window.location = `https://x.com/i/status/${tweetId}` - }, 1000) + }else{ + window.location = `https://x.com/i/status/${tweetId}` } + + setTimeout(() => { + window.location = `https://x.com/i/status/${tweetId}` + }, 1000) } \ No newline at end of file