-
Notifications
You must be signed in to change notification settings - Fork 168
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
Discard app settings changes to slow #2310
Comments
@SummerSun See if we can freeze the UI on an action until it is completed. |
I think the discard action should be finished immediately because it just the UI changes. It should not take that long. I will check that first. |
When discarding the changes, the table rows will all be removed and then we add the original app settings rows back. The operations are finished correctly, but the table needs a refresh to reflect the changes. So the discard operation behaves take a long time until some other operations kick a refresh of it. Will fire a data change of the table to fix it. |
Test passed. |
Build: Daily 557
It is not a regression issue, it is also repro in market place version.
Repro steps:
Result:
Because the process of discard is too slow, if do any other operation (like remove) before the discard is completed, it will report error.
Attached logs:
The text was updated successfully, but these errors were encountered: