Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
konradrenner committed Mar 22, 2016
2 parents 1168c59 + 984606c commit 47925df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Already implemented features (help is highly desired!):
* Local notes thanks to a local account
* Tablet interface
* Support for Richtext and inline images
* Import/Export of notebooks
* Printing of notes

Translations (help is highly desired!):
* English
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public void onClick(View v) {
setNotebook(activeAccount, notebook, startNotebook != null);
intialNotebookName = getNotebookSpinnerSelectionName();

if (savedInstanceState != null) {
if (savedInstanceState != null && savedInstanceState.getString(EDITOR) != null) {
/* Restoring saved data into editor */
String descriptionValue = initImageMap(savedInstanceState.getString(EDITOR));
setHtml(descriptionValue);
Expand Down

0 comments on commit 47925df

Please sign in to comment.