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

Commit ea77b7b3 authored by Hasib Prince's avatar Hasib Prince
Browse files

App Lounge: fixed auto update on reboot

parent d297e2e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
image: registry.gitlab.e.foundation/e/apps/docker-android-apps-cicd:latest
image: registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:latest

stages:
  - debug
+1 −3
Original line number Diff line number Diff line
@@ -47,9 +47,7 @@ class UpdatesManager : BroadcastReceiver() {
                    context.getString(R.string.update_check_intervals),
                    context.getString(R.string.preference_update_interval_default)
                )!!.toLong()
//            enqueueWork(context, interval, ExistingPeriodicWorkPolicy.KEEP)

            context.startService(Intent(context, PackageInstallerService::class.java))
            enqueueWork(context, interval, ExistingPeriodicWorkPolicy.KEEP)
        }
    }