Hi,
I have an async task that I call in another async Task with the await operator. This second task processes data from a list and this takes about 2 seconds. But in those 2 seconds my UI completely blocks. Any solutions?
Hi,
I have an async task that I call in another async Task with the await operator. This second task processes data from a list and this takes about 2 seconds. But in those 2 seconds my UI completely blocks. Any solutions?