Skip to content

Commit c777908

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 0e4ee9e commit c777908

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
@@ -32,9 +32,9 @@ void MarkdownTextInputDecoratorShadowNode::createCustomContextContainer() {
3232
const auto currentParserId =
3333
this->getProps()->rawProps["parserId"].asInt();
3434

35-
auto const decoratorPropsRNM =
35+
const auto decoratorPropsRNM =
3636
ReadableNativeMap::newObjectCxxArgs(markdownStyle);
37-
auto const decoratorPropsRM =
37+
const auto decoratorPropsRM =
3838
jni::make_local(reinterpret_cast<ReadableMap::javaobject>(
3939
decoratorPropsRNM.get()));
4040

0 commit comments

Comments
 (0)