Skip to content

Commit 8b1789a

Browse files
authored
FIX: Android - Live markdown style not applied consistently (#590)
1 parent bc6ef76 commit 8b1789a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/java/com/expensify/livemarkdown/MarkdownTextInputDecoratorView.java

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ protected void onAttachedToWindow() {
6161
mReactEditText = (ReactEditText) previousSibling;
6262
mTextWatcher = new MarkdownTextWatcher(mMarkdownUtils);
6363
mReactEditText.addTextChangedListener(mTextWatcher);
64+
applyNewStyles();
6465
}
6566
}
6667

0 commit comments

Comments
 (0)