Merge lp:~micer/tomdroid/tomdroid into lp:tomdroid/beta

Proposed by Michal Cerman
Status: Merged
Merged at revision: 482
Proposed branch: lp:~micer/tomdroid/tomdroid
Merge into: lp:tomdroid/beta
Diff against target: 11 lines (+1/-0)
1 file modified
src/org/tomdroid/ui/EditNote.java (+1/-0)
To merge this branch: bzr merge lp:~micer/tomdroid/tomdroid
Reviewer Review Type Date Requested Status
Tomdroid Maintainers Pending
Review via email: mp+151578@code.launchpad.net

Description of the change

This branch fixes the bug #1051932(& gets replaced with & on clicking save button).
The only thing I've changed is adding the line 502 in /ui/EditNote.java, where the note is redrawn with method "showNote(false)".

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/org/tomdroid/ui/EditNote.java'
2--- src/org/tomdroid/ui/EditNote.java 2012-09-18 07:28:56 +0000
3+++ src/org/tomdroid/ui/EditNote.java 2013-03-04 18:06:24 +0000
4@@ -499,6 +499,7 @@
5
6 Toast.makeText(this, getString(R.string.messageNoteSaved), Toast.LENGTH_SHORT).show();
7 TLog.v(TAG, "note saved");
8+ showNote(false); // redraw the note, do not show XML
9 }
10
11 private void discardNoteContent() {

Subscribers

People subscribed via source and target branches