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

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

Snap for 10306978 from c1e062b9 to udc-release

Change-Id: Ia0561904640edcd721cdf48f32936f9fbf33cebe
parents fb80b495 c1e062b9
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -30,8 +30,11 @@
        android:layout_height="wrap_content"
        android:layout_marginTop="@dimen/option_bottom_margin"
        android:textColor="@color/text_color_primary"
        android:maxLines="2"
        android:hyphenationFrequency="normal"
        android:ellipsize="end"
        android:visibility="invisible"
        android:gravity="center"
        android:gravity="center_horizontal"
        android:text="Placeholder for stable size calculation, please do not remove."
        tools:ignore="HardcodedText" />
</LinearLayout>
+1 −2
Original line number Diff line number Diff line
@@ -119,8 +119,7 @@ class ClockViewFactory(

    private fun isLockscreenWallpaperDark(): Boolean {
        val colors = wallpaperManager.getWallpaperColors(WallpaperManager.FLAG_LOCK)
        return (colors?.colorHints?.and(WallpaperColors.HINT_SUPPORTS_DARK_TEXT)) !=
            WallpaperColors.HINT_SUPPORTS_DARK_TEXT
        return (colors?.colorHints?.and(WallpaperColors.HINT_SUPPORTS_DARK_TEXT)) == 0
    }

    fun updateTimeFormat(clockId: String) {