fix: limit item titel to oneline

This commit is contained in:
sarendsen
2025-03-13 15:57:56 +01:00
parent 7768939767
commit ab5df3c9ef
2 changed files with 3 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ export const BACKGROUND_FETCH_TASK_SESSIONS =
export async function registerBackgroundFetchAsyncSessions() {
try {
console.log("Registering background fetch sessions");
BackgroundFetch.registerTaskAsync(BACKGROUND_FETCH_TASK_SESSIONS, {
minimumInterval: 1 * 60, // 1 minutes
stopOnTerminate: false, // android only,