Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Commit to theme mode of system (#2896)

authored by

Eric Bailey and committed by
GitHub
b665f065 4e66c9b8

+1 -4
+1 -4
src/Splash.tsx
··· 21 21 import Svg, {Path, SvgProps} from 'react-native-svg' 22 22 23 23 import {isAndroid} from '#/platform/detection' 24 - import {useThemePrefs} from 'state/shell' 25 24 import {Logotype} from '#/view/icons/Logotype' 26 25 27 26 // @ts-ignore ··· 75 74 isLayoutReady && 76 75 reduceMotion !== undefined 77 76 78 - const {colorMode} = useThemePrefs() 79 77 const colorScheme = useColorScheme() 80 - const themeName = colorMode === 'system' ? colorScheme : colorMode 81 - const isDarkMode = themeName === 'dark' 78 + const isDarkMode = colorScheme === 'dark' 82 79 83 80 const logoAnimation = useAnimatedStyle(() => { 84 81 return {