You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(settings): update comparison and remove unused dependency
Updated the string comparison in `fetchLocalLanguage` function to use `==` instead of `.equals()`. Removed the unused `kotlinx-coroutines-core` dependency from `build.gradle.kts`.
0 commit comments