Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c79117b

Browse files
authored
[Windows] Remove TODONE (#51005)
This TODO is TODONE! Part of flutter/flutter#131616 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent 24c7b03 commit c79117b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

shell/platform/windows/windows_lifecycle_manager.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,6 @@ void WindowsLifecycleManager::BeginProcessingExit() {
192192
process_exit_ = true;
193193
}
194194

195-
// TODO(schectman): Wait until the platform channel is registered to send
196-
// the platform message.
197-
// https://github.com/flutter/flutter/issues/131616
198195
void WindowsLifecycleManager::SetLifecycleState(AppLifecycleState state) {
199196
if (state_ == state) {
200197
return;

0 commit comments

Comments
 (0)