-
Notifications
You must be signed in to change notification settings - Fork 42
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
"Select a source" and "Deleting..." shown at the same #929
Comments
I think this has been fixed by #937. I just tested again on latest master and the pending deletion state is clean. |
I also can't repro this one in normal operation of the client. Inspecting the logic - if both |
From #955 (comment):
|
I think we can close this because none of us seem to be able to repro. |
Description
Both the "Select a source" text and the "Deleting..." text are shown at the same time when you make a deletion during sync.
We should move the "Select a source" logic from the MainView to the SourceConversationWrapper where the "Deleting..." logic is in order to make sure we only show one or the other.
STR
...
menu and select "Delete"Expected
For the "Delete" text to be displayed.
Actual
The "Delete" text is displayed along with the "Select a source" text.
The text was updated successfully, but these errors were encountered: