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

Commit a4070f9e authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 11760402 from ec4c8caa to 24Q3-release

Change-Id: I2dbe0d068e8728844454f14c29c1b13766464975
parents fd9670aa ec4c8caa
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -144,10 +144,6 @@ class ClockSettingsFragment : AppbarFragment() {
        return requireContext().getString(R.string.clock_color_and_size_title)
    }

    override fun getToolbarColorId(): Int {
        return android.R.color.transparent
    }

    override fun getToolbarTextColor(): Int {
        return ContextCompat.getColor(
            requireContext(),
+0 −4
Original line number Diff line number Diff line
@@ -252,10 +252,6 @@ class ColorPickerFragment : AppbarFragment() {
        return requireContext().getString(R.string.color_picker_title)
    }

    override fun getToolbarColorId(): Int {
        return android.R.color.transparent
    }

    override fun getToolbarTextColor(): Int {
        return ContextCompat.getColor(
            requireContext(),
+0 −4
Original line number Diff line number Diff line
@@ -149,10 +149,6 @@ class GridFragment : AppbarFragment() {
        return getString(R.string.grid_title)
    }

    override fun getToolbarColorId(): Int {
        return android.R.color.transparent
    }

    override fun getToolbarTextColor(): Int {
        return ContextCompat.getColor(
            requireContext(),
+0 −4
Original line number Diff line number Diff line
@@ -92,10 +92,6 @@ class KeyguardQuickAffordancePickerFragment : AppbarFragment() {
        return requireContext().getString(R.string.keyguard_quick_affordance_title)
    }

    override fun getToolbarColorId(): Int {
        return android.R.color.transparent
    }

    override fun getToolbarTextColor(): Int {
        return ContextCompat.getColor(
            requireContext(),
+0 −4
Original line number Diff line number Diff line
@@ -26,8 +26,6 @@ import com.android.customization.module.logging.ThemesUserEventLoggerImpl
import com.android.wallpaper.module.logging.UserEventLogger
import com.android.wallpaper.picker.preview.data.util.DefaultLiveWallpaperDownloader
import com.android.wallpaper.picker.preview.data.util.LiveWallpaperDownloader
import com.android.wallpaper.system.UiModeManagerImpl
import com.android.wallpaper.system.UiModeManagerWrapper
import com.android.wallpaper.util.converter.DefaultWallpaperModelFactory
import com.android.wallpaper.util.converter.WallpaperModelFactory
import dagger.Binds
@@ -63,8 +61,6 @@ abstract class AppModule {
        impl: DefaultLiveWallpaperDownloader
    ): LiveWallpaperDownloader

    @Binds @Singleton abstract fun bindUiModeManager(impl: UiModeManagerImpl): UiModeManagerWrapper

    companion object {
        @Provides
        @Singleton
Loading