79181863

Date: 2024-11-12 16:03:59
Score: 1
Natty:
Report link

I found the code causing the program to crash out. In the class ActivationService I commented out the line relating the to the theme selector service. After some Testing I have not seen any negative effects. (Switching between light and dark themes still works.

private async Task InitializeAsync()
{
    //await _themeSelectorService.InitializeAsync().ConfigureAwait(false);
    await Task.CompletedTask;
}
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Niall O'Dwyer