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

[Windows] Remove TODONE #51005

Merged
merged 1 commit into from
Feb 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions shell/platform/windows/windows_lifecycle_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,6 @@ void WindowsLifecycleManager::BeginProcessingExit() {
process_exit_ = true;
}

// TODO(schectman): Wait until the platform channel is registered to send
// the platform message.
// https://github.com/flutter/flutter/issues/131616
void WindowsLifecycleManager::SetLifecycleState(AppLifecycleState state) {
if (state_ == state) {
return;
Expand Down