Add offline caching and refine Live Activity
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ export default function DashboardScreen() {
|
||||
return <LoadingScreen message="Loading home…" />;
|
||||
}
|
||||
|
||||
if (statsQuery.error) {
|
||||
if (statsQuery.error && !statsQuery.data) {
|
||||
return (
|
||||
<AppBackground>
|
||||
<Screen>
|
||||
|
||||
Reference in New Issue
Block a user