diff --git a/app/src/main/java/com/sadellie/unitto/screens/MainViewModel.kt b/app/src/main/java/com/sadellie/unitto/screens/MainViewModel.kt index 523229fd..685c2e9e 100644 --- a/app/src/main/java/com/sadellie/unitto/screens/MainViewModel.kt +++ b/app/src/main/java/com/sadellie/unitto/screens/MainViewModel.kt @@ -355,7 +355,7 @@ class MainViewModel @Inject constructor( * values recompose when actually needed. For example, when you change output format, composable * in MainActivity will not be recomposed. */ - suspend private fun observePreferenceChanges() { + private suspend fun observePreferenceChanges() { userPrefsRepository.userPreferencesFlow.collect { userPrefs = it convertValue() diff --git a/app/src/main/res/values-en-rGB/strings.xml b/app/src/main/res/values-en-rGB/strings.xml index 8b2b0a37..c396de67 100644 --- a/app/src/main/res/values-en-rGB/strings.xml +++ b/app/src/main/res/values-en-rGB/strings.xml @@ -712,7 +712,6 @@ App look and feel - Your device supports custom Dynamic Theming implementation. Note that this feature may not work properly for some devices (default theme will be used). Auto Light Dark diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 1d0598da..bf3bb775 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -518,7 +518,6 @@ Разрешить инженерный Преимущественно инженерный Внешний вид приложения - Ваше устройство поддерживает экспериментальную реализацию Динамических тем. Обратите внимание, что эта функция может работать некорректно на некоторых устройствах (будет использоваться тема по умолчанию). Автоматическая Светлая Темная diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 0c2ed68d..1d662a3e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -986,7 +986,6 @@ App look and feel - Your device supports custom Dynamic Theming implementation. Note that this feature may not work properly for some devices (default theme will be used). Auto Light Dark