1
0
Fork 1
mirror of https://codeberg.org/tom79/Fedilab.git synced 2025-02-25 18:39:45 +02:00
Fedilab/app
sim 36b28a4483 Fix missing push notifications
since_ids and last_notifid_reccorded often contained the same id
so fetching notification was aborted. It looks like these variables
were introduced to avoid multiple fetches at the same time.
So this commit adds a reentrantLock with a tryLock to do it
2023-08-28 23:16:21 +02:00
..
src Fix missing push notifications 2023-08-28 23:16:21 +02:00
.gitignore first commit 2022-04-27 15:20:42 +02:00
build.gradle Release 3.24.1 2023-08-26 18:18:45 +02:00
proguard-rules.pro first commit 2022-04-27 15:20:42 +02:00