diff --git a/plugins/configuration/src/main/assets/Analog G-Watch.zip b/plugins/configuration/src/main/assets/Analog G-Watch.zip new file mode 100644 index 0000000000..304a0bd85e Binary files /dev/null and b/plugins/configuration/src/main/assets/Analog G-Watch.zip differ diff --git a/wear/src/main/kotlin/app/aaps/wear/watchfaces/CustomWatchface.kt b/wear/src/main/kotlin/app/aaps/wear/watchfaces/CustomWatchface.kt index bdc91cb2f3..6f7e93d53a 100644 --- a/wear/src/main/kotlin/app/aaps/wear/watchfaces/CustomWatchface.kt +++ b/wear/src/main/kotlin/app/aaps/wear/watchfaces/CustomWatchface.kt @@ -571,7 +571,7 @@ class CustomWatchface : BaseWatchFace() { FLAT("\u2192", R.drawable.ic_flat, ResFileMap.ARROW_FLAT, 4.0), FORTY_FIVE_DOWN("\u2198", R.drawable.ic_fortyfivedown, ResFileMap.ARROW_FORTY_FIVE_DOWN, 3.0), SINGLE_DOWN("\u2193", R.drawable.ic_singledown, ResFileMap.ARROW_SINGLE_DOWN, 2.0), - DOUBLE_DOWN("\u21ca", R.drawable.ic_doubledown, ResFileMap.ARROW_DOUBLE_DOWN, 2.0), + DOUBLE_DOWN("\u21ca", R.drawable.ic_doubledown, ResFileMap.ARROW_DOUBLE_DOWN, 1.0), TRIPLE_DOWN("X", R.drawable.ic_doubledown, ResFileMap.ARROW_DOUBLE_DOWN, 1.0); companion object {