Skip to content

Commit

Permalink
Suppress lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
floschu committed Oct 19, 2024
1 parent e8fcdbf commit fee8c88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/java/at/florianschuster/hydro/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ class App : Application() {
}

companion object {
private const val IS_DEBUG = BuildConfig.DEBUG
@Suppress("MayBeConstant")
private val IS_DEBUG = BuildConfig.DEBUG
lateinit var instance: App
}
}

0 comments on commit fee8c88

Please sign in to comment.