-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Wrong progress message when optimizing current preset #18006
Labels
Comments
One of the following is likely related: |
IIRC, the text is |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checked for duplicates?
Does it also happen in the desktop version?
What are the steps to reproduce this bug?
In the deck options page, click "Optimize current preset"
Expected behaviour
There should be no progress popup because the svelte page shows the progress.
However, in AnkiDroid 2.21 alphas, an "Updating cards" progress is shown, which is technically incorrect as the cards are not being updated at that stage.
Most likely cause:
@david-allison, FYI.
Debug info
(Optional) Anything else you want to share?
In the previous PR by David, there was some confusion about which progress message to use. So, let me clarify.
There are three buttons that a user can press. Let's discuss each one in turn.
optimizing presets 1/n...
when on the optimizing step and thenUpdating cards 1/n
when on the updating cards step.Updating cards 1/n
popup.Research
The text was updated successfully, but these errors were encountered: