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

Commit da29e457 authored by Hawkwood Glazier's avatar Hawkwood Glazier
Browse files

Remove transit clock flag

Test: N/A
Bug: 287268101
Flag: NONE Cleanup
Change-Id: I3b3b77fad65d288a6a1c235338a0f38007138e7e
parent 3b551de6
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ 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
@@ -56,8 +55,6 @@ class ClockRegistryProvider(
            DefaultClockProvider(context, LayoutInflater.from(context), context.resources),
            keepAllLoaded = true,
            subTag = "Picker",
            isTransitClockEnabled =
                InjectorProvider.getInjector().getFlags().isTransitClockEnabled(context)
        )
    }