Skip to content

Commit

Permalink
FIX: Android - Live markdown style not applied consistently (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikevin127 authored Dec 18, 2024
1 parent bc6ef76 commit 8b1789a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ protected void onAttachedToWindow() {
mReactEditText = (ReactEditText) previousSibling;
mTextWatcher = new MarkdownTextWatcher(mMarkdownUtils);
mReactEditText.addTextChangedListener(mTextWatcher);
applyNewStyles();
}
}

Expand Down

0 comments on commit 8b1789a

Please sign in to comment.