From dbb653be5e1b666dca9ac7d091251a9e696f1d73 Mon Sep 17 00:00:00 2001 From: Loic Sharma Date: Tue, 27 Feb 2024 08:39:40 -0800 Subject: [PATCH] [Windows] Remove TO-DONE --- shell/platform/windows/windows_lifecycle_manager.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/shell/platform/windows/windows_lifecycle_manager.cc b/shell/platform/windows/windows_lifecycle_manager.cc index 90d52f300b2dd..afa571a507fbb 100644 --- a/shell/platform/windows/windows_lifecycle_manager.cc +++ b/shell/platform/windows/windows_lifecycle_manager.cc @@ -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;