[Sb] flowOn(bgDispatcher) to IPC calls
Any place in the mobile repositories that used a `conflatedCallbackFlow` or `callbackFlow` which registered an IPC is now defined to `flowOn(bgDispatcher)`. This ensures that the initial IPC that registers the callbacks with the system runs on a background thread and doesn't block. Any processing after the `flowOn` still runs in the calling context. Fixes: 290336252 Test: tests in systemui/statusbar/pipeline/ Change-Id: I9748040006701cbcbcafcb84b7b7ddce8f17a8ac
Loading
Please register or sign in to comment