mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Fixed revisions race condition
This commit is contained in:
@@ -6298,7 +6298,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
bottom_navigation.getMenu().findItem(R.id.action_redo).setVisible(draft.revision < draft.revisions);
|
||||
|
||||
if (args.getBundle("extras").getBoolean("silent")) {
|
||||
etBody.setTag(etBody.getText());
|
||||
etBody.setTag(null);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user