Skip to content

Commit

Permalink
Fix Android crash mMarkdownStyle is null (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw authored Feb 5, 2024
1 parent 535bea7 commit 2ed4240
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ protected void onDetachedFromWindow() {
mReactEditText = null;
mTextWatcher = null;
mMarkdownUtils = null;
mMarkdownStyle = null;
}
}

Expand Down

0 comments on commit 2ed4240

Please sign in to comment.