From 8084430d5b9bd876ff1307434f65256439fb0cc1 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Fri, 29 Dec 2023 11:46:12 +0330 Subject: [PATCH] Fix build --- windows/runner/flutter_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/runner/flutter_window.cpp b/windows/runner/flutter_window.cpp index d7688c5b..402c64bf 100644 --- a/windows/runner/flutter_window.cpp +++ b/windows/runner/flutter_window.cpp @@ -29,7 +29,7 @@ bool FlutterWindow::OnCreate() { flutter_controller_->engine()->SetNextFrameCallback([&]() { // this->Show(); window_manager hidden at launch - "" + ""; }); // Flutter can complete the first frame before the "show window" callback is