mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-30 23:00:09 -05:00
Fixed issue 762
+ more draft handling fixes
This commit is contained in:
parent
4cc22f8208
commit
aa18be9c96
@ -533,6 +533,8 @@ public class MessageCompose extends K9Activity implements OnClickListener, OnFoc
|
||||
//change focus to message body.
|
||||
mMessageContentView.requestFocus();
|
||||
}
|
||||
|
||||
mDraftNeedsSaving = false;
|
||||
}
|
||||
|
||||
public void onResume() {
|
||||
@ -819,6 +821,7 @@ public class MessageCompose extends K9Activity implements OnClickListener, OnFoc
|
||||
}
|
||||
|
||||
private void onSave() {
|
||||
mDraftNeedsSaving = true;
|
||||
saveIfNeeded();
|
||||
finish();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user