Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0bf56578 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

Trigger periodic worker for AccountUserInfoWorker

parent a2247393
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -100,6 +100,8 @@ public class InitializerService extends Service {
            return;
        }

        CommonUtils.registerPeriodicUserInfoChecking(WorkManager.getInstance(this));

        final List<String> syncCategories = new ArrayList<>();

        syncCategories.addAll(Arrays.asList(MEDIA_SYNCABLE_CATEGORIES));