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
1 changed files with 1 additions and 0 deletions

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