Skip to content

Commit 1fb0022

Browse files
committed
docs(mobile-client): clarify AppStatusService periodic check description
- Updated the description of AppStatusService to clarify that it triggers checks both when the app is resumed from the background and at a periodic interval. - Removed the parenthetical example (e.g., every 15 minutes) for a cleaner presentation.
1 parent 1853ddd commit 1fb0022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/mobile-client/architecture/routing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This flow handles users who already have an active session.
4141
This two-path system correctly prioritizes authentication and then uses that session to securely fetch critical app configuration.
4242

4343
<Aside type="note">
44-
The application includes an `AppStatusService` that automatically re-fetches the remote configuration in the background. This service triggers a check when the app is resumed from the background or at a periodic interval (e.g., every 15 minutes).
44+
The application includes an `AppStatusService` that automatically re-fetches the remote configuration in the background. This service triggers a check when the app is resumed from the background and at a periodic interval (e.g., every 15 minutes).
4545

4646
These background fetches are "silent" (`isBackgroundCheck: true`), meaning they do not show a loading screen. If the new configuration indicates a critical status (like maintenance mode), the app will immediately transition to the appropriate status page. This ensures the app can react to server-side changes in near real-time without disrupting the user unless absolutely necessary.
4747
</Aside>

0 commit comments

Comments
 (0)