Loading src/com/android/customization/picker/clock/data/repository/ClockRegistryProvider.kt +4 −2 Original line number Diff line number Diff line Loading @@ -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() } } Loading @@ -70,7 +72,7 @@ class ClockRegistryProvider( PluginInstance.Factory( this::class.java.classLoader, PluginInstance.InstanceFactory<Plugin>(), PluginInstance.VersionChecker(), PluginInstance.VersionCheckerImpl(), privilegedPlugins, isDebugDevice, ) Loading Loading
src/com/android/customization/picker/clock/data/repository/ClockRegistryProvider.kt +4 −2 Original line number Diff line number Diff line Loading @@ -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() } } Loading @@ -70,7 +72,7 @@ class ClockRegistryProvider( PluginInstance.Factory( this::class.java.classLoader, PluginInstance.InstanceFactory<Plugin>(), PluginInstance.VersionChecker(), PluginInstance.VersionCheckerImpl(), privilegedPlugins, isDebugDevice, ) Loading