element-x-ada/libraries/push/impl/src/main
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
..
kotlin/io/element/android/libraries/push/impl Fix ANRs when receiving push notifications (#6696) 2026-04-30 10:51:29 +02:00
res Merge pull request #6658 from element-hq/sync-localazy 2026-04-27 09:17:54 +02:00
sqldelight Simplify push notification flow by using locally stored values for pending pushes (#6258) 2026-03-03 15:14:36 +00:00
AndroidManifest.xml Add a foreground service with a wakelock for fetching push notifications (#6321) 2026-03-17 14:24:26 +01:00