We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca4c66 commit 4eb59c3Copy full SHA for 4eb59c3
dev/PowerNotifications/PowerNotifications.h
@@ -1,4 +1,4 @@
1
-// Copyright (c) Microsoft Corporation and Contributors.
+// Copyright (c) Microsoft Corporation and Contributors.
2
// Licensed under the MIT License.
3
4
#pragma once
@@ -633,8 +633,6 @@ namespace winrt::Microsoft::Windows::System::Power
633
m_systemSuspendStatus = SystemSuspendStatus::ManualResume;
634
RaiseEvent(systemSuspendFunc);
635
}
636
- // Resetting the value after the callback
637
- m_systemSuspendStatus = SystemSuspendStatus::Uninitialized;
638
639
640
};
0 commit comments