1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Fixed opening message from notification in single message mode

This commit is contained in:
M66B 2018-11-30 10:53:25 +01:00
parent f233ea9007
commit 3a395ba4f5

View file

@ -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);