Skip to content

bug: non-critical app update check only gates the home screen #460

@ovitrif

Description

@ovitrif

The non-critical app update timed sheet only evaluates on the home screen (TimedSheetManager.onHomeScreenEntered() called from HomeView.onAppear). It doesn't cover onboarding or other flows, so it can miss showing the update prompt on first launch.

Critical updates are already handled at the top level in AppScene, so they are not affected.

Suggestions

  • The non-critical update check should also cover the onboarding flow (when no wallet is loaded), scoped at the highest level which includes all screens within the app
  • Android has the same issue for both critical and non-critical updates (see synonymdev/bitkit-android)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions