element-x-ada/libraries/push/impl
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
..
src Fix ANRs when receiving push notifications (#6696) 2026-04-30 10:51:29 +02:00
build.gradle.kts Simplify push notification flow by using locally stored values for pending pushes (#6258) 2026-03-03 15:14:36 +00:00