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

Commit 796a779b authored by Hawkwood Glazier's avatar Hawkwood Glazier Committed by Android (Google) Code Review
Browse files

Merge "Keep All Plugins loaded in WPPG" into udc-dev

parents 4fe13d21 cf274710
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -53,7 +53,9 @@ class ClockRegistryProvider(
                backgroundDispatcher,
                isEnabled = true,
                handleAllUsers = false,
                DefaultClockProvider(context, LayoutInflater.from(context), context.resources)
                DefaultClockProvider(context, LayoutInflater.from(context), context.resources),
                keepAllLoaded = true,
                subTag = "Picker",
            )
            .apply { registerListeners() }
    }
@@ -70,7 +72,7 @@ class ClockRegistryProvider(
            PluginInstance.Factory(
                this::class.java.classLoader,
                PluginInstance.InstanceFactory<Plugin>(),
                PluginInstance.VersionChecker(),
                PluginInstance.VersionCheckerImpl(),
                privilegedPlugins,
                isDebugDevice,
            )