diff --git a/ReactCommon/cxxreact/CxxNativeModule.cpp b/ReactCommon/cxxreact/CxxNativeModule.cpp index 0df2ed17e6d..94ab82bfe0b 100644 --- a/ReactCommon/cxxreact/CxxNativeModule.cpp +++ b/ReactCommon/cxxreact/CxxNativeModule.cpp @@ -148,7 +148,7 @@ void CxxNativeModule::invoke( // mhorowitz #7128529: convert C++ exceptions to Java messageQueueThread_->runOnQueue( - [method, params = std::move(params), first, second, callId]() mutable { + [method, params = std::move(params), first, second, callId]() { #ifdef WITH_FBSYSTRACE if (callId != -1) { fbsystrace_end_async_flow(TRACE_TAG_REACT_APPS, "native", callId);