Fix Google Clock themed icon showing incorrect time

This commit is contained in:
MM20 2023-02-18 13:26:04 +01:00
parent cdf1c2aa20
commit ecbd7fe840
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -48,7 +48,7 @@ class DynamicClockIconProvider(val context: Context, private val themed: Boolean
val clockConfig = if (themed && searchable.`package` == "com.google.android.deskclock") {
ClockIconConfig(
hourLayer = 0,
minuteLayer = 1,
minuteLayer = 2,
secondLayer = -1,
defaultHour = defaultHour,
defaultMinute = defaultMinute,