Skip to content

Commit

Permalink
[GB] Fix for content is missing on long posts in HTML mode (#10563)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloercoli authored and marecar3 committed Oct 3, 2019
1 parent 9d20f87 commit 0b3f586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void setContent(String postContent) {
public void toggleHtmlMode() {
mHtmlModeEnabled = !mHtmlModeEnabled;

mWPAndroidGlueCode.toggleEditorMode();
mWPAndroidGlueCode.toggleEditorMode(mHtmlModeEnabled);
}

/**
Expand Down

0 comments on commit 0b3f586

Please sign in to comment.