Loading commons/src/main/kotlin/com/simplemobiletools/commons/extensions/Activity-themes.kt +1 −1 Original line number Diff line number Diff line Loading @@ -194,5 +194,5 @@ fun Activity.getThemeId(color: Int = baseConfig.primaryColor) = when (color) { -13154481 -> R.style.AppTheme_Blue_Grey_800 -14273992 -> R.style.AppTheme_Blue_Grey_900 else -> throw RuntimeException("Unknown theme id $color") else -> R.style.AppTheme_Orange_700 } Loading
commons/src/main/kotlin/com/simplemobiletools/commons/extensions/Activity-themes.kt +1 −1 Original line number Diff line number Diff line Loading @@ -194,5 +194,5 @@ fun Activity.getThemeId(color: Int = baseConfig.primaryColor) = when (color) { -13154481 -> R.style.AppTheme_Blue_Grey_800 -14273992 -> R.style.AppTheme_Blue_Grey_900 else -> throw RuntimeException("Unknown theme id $color") else -> R.style.AppTheme_Orange_700 }