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

Commit aab21015 authored by Sherry Zhou's avatar Sherry Zhou
Browse files

Add transit clock flag to picker

Test: Manual
Bug: 268068084
Change-Id: I391eedcec55735eca989b3846101f1126173f15f
parent 7ed0b2dd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ import com.android.systemui.shared.plugins.PluginInstance
import com.android.systemui.shared.plugins.PluginManagerImpl
import com.android.systemui.shared.plugins.PluginPrefs
import com.android.systemui.shared.system.UncaughtExceptionPreHandlerManager_Factory
import com.android.wallpaper.module.InjectorProvider
import java.util.concurrent.Executors
import kotlinx.coroutines.CoroutineDispatcher
import kotlinx.coroutines.CoroutineScope
@@ -55,6 +56,8 @@ class ClockRegistryProvider(
            DefaultClockProvider(context, LayoutInflater.from(context), context.resources),
            keepAllLoaded = true,
            subTag = "Picker",
            isTransitClockEnabled =
                InjectorProvider.getInjector().getFlags().isTransitClockEnabled(context)
        )
    }