element-x-ada/libraries/push
Jorge Martin Espinosa 4a79b272ef
Fix ANRs when receiving push notifications (#6696)
In Sentry there are some reports of methods called when notifications are fetched that end up having ANRs. This looked weird because everything is asynchronous... but it's still running with a `Main` dispatcher.

Using the `Default/computation` one instead should be the right call.
2026-04-30 10:51:29 +02:00
..
api Cleanup FetchPushForegroundService (#6577) 2026-04-20 16:03:12 +02:00
impl Fix ANRs when receiving push notifications (#6696) 2026-04-30 10:51:29 +02:00
test Cleanup FetchPushForegroundService (#6577) 2026-04-20 16:03:12 +02:00