Navigation Menu

Skip to content

Commit

Permalink
Removed saving onPause since we shouldn't need to.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfiore committed Mar 28, 2012
1 parent 15e0871 commit 4b99c45
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -86,8 +86,8 @@ public void shareStuff() {
@Override
protected void onPause() {
super.onPause();
saveSettings();
saveFile(currentNote.filename);
//saveSettings();
//saveFile(currentNote.filename);
}

@Override
Expand Down

0 comments on commit 4b99c45

Please sign in to comment.