Skip to content

Commit

Permalink
Bugfix: Don't save dumps as key files.
Browse files Browse the repository at this point in the history
Thanks to Oliver H. for reporting this.
  • Loading branch information
ikarus23 committed May 26, 2015
1 parent 86ea12e commit d7175db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ private void saveDump() {
mDumpName = "UID_" + mUID + "_" + dateFormatted;
}

saveFile(mLines, mDumpName, false, R.string.dialog_save_dump_title,
saveFile(mLines, mDumpName, true, R.string.dialog_save_dump_title,
R.string.dialog_save_dump);
}

Expand Down

0 comments on commit d7175db

Please sign in to comment.