yamin8000 / freeDictionaryApp

freeDictionaryApp or free Dictionary App is a simple android application for freeDictionaryAPI. (a reincarnation of https://github.com/yamin8000/Owl2) implemented using Kotlin and Jetpack Compose
GNU General Public License v3.0
70 stars 2 forks source link

Fix 'Parentheses in (theme == currentTheme) are unnecessary and can be replaced with: theme == currentTheme' issue in app\src\main\java\io\github\yamin8000\owl\ui\content\settings\Settings.kt #142

Closed yamin8000 closed 4 weeks ago

yamin8000 commented 1 month ago

CodeFactor found an issue: Parentheses in (theme == currentTheme) are unnecessary and can be replaced with: theme == currentTheme

It's currently on: app\src\main\java\io\github\yamin8000\owl\ui\content\settings\Settings.kt:345