Loading build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ buildscript { propMinSdkVersion = 16 propTargetSdkVersion = propCompileSdkVersion propVersionCode = 1 propVersionName = '4.3.29' propVersionName = '4.3.30' kotlin_version = '1.2.51' support_libs = '27.1.1' } Loading commons/src/main/kotlin/com/simplemobiletools/commons/extensions/Context.kt +7 −1 Original line number Diff line number Diff line Loading @@ -536,7 +536,13 @@ fun Context.checkAppIconColor() { val appId = baseConfig.appId if (appId.isNotEmpty() && baseConfig.lastIconColor != baseConfig.appIconColor) { getAppIconColors().forEachIndexed { index, color -> toggleAppIconColor(appId, index, color, baseConfig.appIconColor == color) toggleAppIconColor(appId, index, color, false) } getAppIconColors().forEachIndexed { index, color -> if (baseConfig.appIconColor == color) { toggleAppIconColor(appId, index, color, true) } } } } Loading Loading
build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ buildscript { propMinSdkVersion = 16 propTargetSdkVersion = propCompileSdkVersion propVersionCode = 1 propVersionName = '4.3.29' propVersionName = '4.3.30' kotlin_version = '1.2.51' support_libs = '27.1.1' } Loading
commons/src/main/kotlin/com/simplemobiletools/commons/extensions/Context.kt +7 −1 Original line number Diff line number Diff line Loading @@ -536,7 +536,13 @@ fun Context.checkAppIconColor() { val appId = baseConfig.appId if (appId.isNotEmpty() && baseConfig.lastIconColor != baseConfig.appIconColor) { getAppIconColors().forEachIndexed { index, color -> toggleAppIconColor(appId, index, color, baseConfig.appIconColor == color) toggleAppIconColor(appId, index, color, false) } getAppIconColors().forEachIndexed { index, color -> if (baseConfig.appIconColor == color) { toggleAppIconColor(appId, index, color, true) } } } } Loading