Show download button for Apple (#5671)

This commit is contained in:
Hailey
2024-10-10 09:15:24 -07:00
committed by GitHub
parent 2841944789
commit 676e6269e7
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -9,7 +9,10 @@ import {useKawaiiMode} from '#/state/preferences/kawaii'
import {ErrorBoundary} from '#/view/com/util/ErrorBoundary'
import {Logo} from '#/view/icons/Logo'
import {Logotype} from '#/view/icons/Logotype'
import {AppClipOverlay} from '#/screens/StarterPack/StarterPackLandingScreen'
import {
AppClipOverlay,
postAppClipMessage,
} from '#/screens/StarterPack/StarterPackLandingScreen'
import {atoms as a, useTheme} from '#/alf'
import {AppLanguageDropdown} from '#/components/AppLanguageDropdown'
import {Button, ButtonText} from '#/components/Button'
@@ -36,6 +39,9 @@ export const SplashScreen = ({
const clip = getParams.get('clip')
if (clip === 'true') {
setShowClipOverlay(true)
postAppClipMessage({
action: 'present',
})
}
}, [])