mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02: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