Fixed opening message from notification in single message mode

pull/146/head
M66B 6 years ago
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…
Cancel
Save