Skip to content
Commit 5f690e39 authored by Julia Tuttle's avatar Julia Tuttle
Browse files

Fix Conversation widget on new notif pipeline

The Conversation widget stopped updating properly because it was
updating on a background thread but it needed to get all active and
pending notifications to do that, and the new pipeline (but not the old)
only allows that on the main thread.

This change gets the notifications on the main thread, then passes the
list to the background thread to finish the task.

Bug: 225795397
Test: manual
Change-Id: If05edbfd1817e5e28dc5a18c892fdb52ef1075c1
parent df8e2a51
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment