Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
j-piasecki committed Mar 11, 2025
1 parent 05a7fe4 commit 1c1cc2f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ void MarkdownTextInputDecoratorShadowNode::tryUpdateCustomContextContainer() {
this->getProps()->rawProps["parserId"].asInt();

if (currentParserId != previousParserId_ || markdownStyle != previousMarkdownStyle_) {
const JFabricUIManager::javaobject &customUIManager =
this->customContextContainer_->at<JFabricUIManager::javaobject>("FabricUIManager");

createCustomContextContainer();
}
}
Expand Down

0 comments on commit 1c1cc2f

Please sign in to comment.