mirror of https://github.com/M66B/FairEmail.git
Fixed opening message from notification in single message mode
This commit is contained in:
parent
f233ea9007
commit
3a395ba4f5
|
@ -504,6 +504,7 @@ public class ServiceSynchronize extends LifecycleService {
|
|||
thread.setAction("thread:" + message.thread);
|
||||
thread.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
thread.putExtra("account", message.account);
|
||||
thread.putExtra("id", message.id);
|
||||
PendingIntent piContent = PendingIntent.getActivity(
|
||||
this, ActivityView.REQUEST_THREAD, thread, PendingIntent.FLAG_UPDATE_CURRENT);
|
||||
|
||||
|
|
Loading…
Reference in New Issue