Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show toast when importing without the app being started at least once #15692

Merged
merged 1 commit into from
Feb 28, 2024

Commits on Feb 28, 2024

  1. Show toast when importing without the app being started at least once

    The current implementation using messages and handlers for async dialogs
    means that if the user tries to import before actually starting the app
    the import dialog ends up being shown in the introduction screen ending
    up in a crash. These changes prevent that by checking for this scenario
    and notifying the user that he must start the app at least once before
    any import can be done.
    
    The hasShownAppIntro() was moved to better structure the code(it's related
    to the introduction screen) and for ease of access in the screens that use it.
    lukstbit committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5bc445f View commit details
    Browse the repository at this point in the history