From 1fe84d1d346d31551f93524c30811b5caa9d39d6 Mon Sep 17 00:00:00 2001 From: dom Date: Mon, 16 Feb 2026 20:00:10 +0800 Subject: [PATCH] Revert "disable windows thread merging" This reverts commit bebf34db23cc7dc2fb759c2eb634f1a6929828f5. --- windows/runner/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/windows/runner/main.cpp b/windows/runner/main.cpp index 58a932f05..ea94b95f2 100644 --- a/windows/runner/main.cpp +++ b/windows/runner/main.cpp @@ -26,9 +26,6 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, flutter::DartProject project(L"data"); - // https://github.com/flutter/flutter/issues/175135 - project.set_ui_thread_policy(flutter::UIThreadPolicy::RunOnSeparateThread); - std::vector command_line_arguments = GetCommandLineArguments();