mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
First cancel on reply direct
This commit is contained in:
@@ -128,9 +128,9 @@ public class ServiceUI extends IntentService {
|
||||
break;
|
||||
|
||||
case "reply":
|
||||
onReplyDirect(id, intent);
|
||||
cancel(group, id);
|
||||
onSeen(id);
|
||||
onReplyDirect(id, intent);
|
||||
break;
|
||||
|
||||
case "flag":
|
||||
|
||||
Reference in New Issue
Block a user