Kirill Kamakin 70c0df1cf7 Fix ConcurrentModificationException in RecipePagingSourceFactory
It seems that it is possible to launch several coroutines on same
main thread of application. That's why it is possible to launch both
invoke and invalidate at the same time even though they are marked as
synchronized. To fix the issue this commit uses a concurrent collection
instead of synchronization.
2021-11-20 21:13:26 +03:00
2021-11-13 15:09:26 +03:00
2021-11-13 15:09:40 +03:00
2021-11-20 14:24:59 +03:00
2021-11-13 15:09:26 +03:00
2021-11-13 15:09:26 +03:00
2021-11-13 15:09:26 +03:00
2021-11-13 15:24:26 +03:00
2021-11-20 15:37:17 +03:00

DISCLAIMER

This project is NOT associated with the core Mealie developers. If you face any issues when using the application or have a feature request DO NOT send them to the Mealie developers. Instead, report a new issue in the Mealient repository. THAT IS NOT AN OFFICIAL CLIENT.

Mealient Android Application

An Android client for Mealie. Easily access your recipes using your phone.

Description
An Android client for a self-hosted recipe manager Mealie.
Readme MIT 87 MiB
2025-08-31 18:36:54 -06:00
Languages
Kotlin 97.7%
DM 2.3%