mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-22 01:28:28 -05:00
buh
This commit is contained in:
@@ -58,15 +58,15 @@ function App(): React.JSX.Element {
|
||||
});
|
||||
|
||||
return carPlayConnected ? (
|
||||
loggedIn ? (
|
||||
<NavigationContainer>
|
||||
<JellifyCarplay />
|
||||
</NavigationContainer>
|
||||
) : (
|
||||
<View>
|
||||
<Text>Please login in the app before using CarPlay</Text>
|
||||
</View>
|
||||
)
|
||||
<NavigationContainer>
|
||||
{ loggedIn ? (
|
||||
<></>
|
||||
) : (
|
||||
<View>
|
||||
<Text>Please login in the app before using CarPlay</Text>
|
||||
</View>
|
||||
)}
|
||||
</NavigationContainer>
|
||||
) : (
|
||||
<NavigationContainer theme={isDarkMode ? JellifyDarkTheme : JellifyLightTheme}>
|
||||
<SafeAreaProvider>
|
||||
|
||||
Reference in New Issue
Block a user