Skip to content

Commit

Permalink
cleaningContent
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelByszewski committed Jul 24, 2017
1 parent 404485a commit 2669a92
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,11 @@ public void loadMarkdown(String text) {
html = sb.toString();
}

public void cleanContent() {
html = "";
show();
}

public void show() {
loadDataWithBaseURL("",
html,
Expand Down

0 comments on commit 2669a92

Please sign in to comment.