microsoft / WindowsAppSDK

The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
https://docs.microsoft.com/windows/apps/windows-app-sdk/
MIT License
3.79k stars 320 forks source link

[PowerNotifications] Suspend status fix #4496

Closed huzaifa-d closed 3 months ago

huzaifa-d commented 3 months ago

This is a fix for PowerNotifications' Suspend Status callback throwing an exception.

This was due to the code resetting the status and throwing an exception if the status is checked before it has been set/after it had been reset. The error here was that since there are multiple suspend callbacks from the system, the status was being reset before there was a chance to read it. The fix removes the resetting of the status as it isn't needed.

Fixes:

2833

huzaifa-d commented 3 months ago

/azp run

azure-pipelines[bot] commented 3 months ago
Azure Pipelines successfully started running 1 pipeline(s).
kythant commented 3 months ago

/azp run

azure-pipelines[bot] commented 3 months ago
Azure Pipelines successfully started running 1 pipeline(s).