I discovered an error in the sample leading to freezing UI when clicking any button, not just async one.
Thanks to help from the Telegram channel, it can be easily fixed by adding few things to the ReadMe (i just checked the code, there is no problem):
After Step 1 (using the template) i was missing the following:
1) .UseReactiveUI()
2) ViewModelBase : ReactiveObject is ObservableObject
So for guys like me, who just follow the ReadMe instead of cloning the code, those two things lead to the freezing UI.
Hi there,
I discovered an error in the sample leading to freezing UI when clicking any button, not just async one. Thanks to help from the Telegram channel, it can be easily fixed by adding few things to the ReadMe (i just checked the code, there is no problem):
After Step 1 (using the template) i was missing the following: 1) .UseReactiveUI() 2) ViewModelBase : ReactiveObject is ObservableObject
So for guys like me, who just follow the ReadMe instead of cloning the code, those two things lead to the freezing UI.
Many thanks for all the work!