Skip to content

Commit e19e763

Browse files
j-piaseckitomekzaw
andauthored
Update android/src/main/new_arch/react/renderer/components/RNLiveMarkdownSpec/MarkdownTextInputDecoratorShadowNode.cpp
Co-authored-by: Tomek Zawadzki <tomekzawadzki98@gmail.com>
1 parent 91abef8 commit e19e763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/src/main/new_arch/react/renderer/components/RNLiveMarkdownSpec/MarkdownTextInputDecoratorShadowNode.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ void MarkdownTextInputDecoratorShadowNode::initialize() {
1919
}
2020

2121
void MarkdownTextInputDecoratorShadowNode::createCustomContextContainer() {
22-
static auto customFabricUIManagerClass = jni::findClassStatic(
22+
static const auto customFabricUIManagerClass = jni::findClassStatic(
2323
"com/expensify/livemarkdown/CustomFabricUIManager");
24-
static auto createMethod =
24+
static const auto createMethod =
2525
customFabricUIManagerClass
2626
->getStaticMethod<JFabricUIManager::javaobject(
2727
JFabricUIManager::javaobject, ReadableMap::javaobject, int)>(

0 commit comments

Comments
 (0)