I have a custom content provider. The save action takes about 10 seconds. The user can make additional changes while this save is happening, causing an error. Is it possible to disable the UI during the save action? (Obviously, also working on speeding up the save).
I have a custom content provider. The save action takes about 10 seconds. The user can make additional changes while this save is happening, causing an error. Is it possible to disable the UI during the save action? (Obviously, also working on speeding up the save).