Various UI/UX tweaks

This commit is contained in:
Damontecres 2025-10-07 21:14:33 -04:00
parent 005d6b11ce
commit 2212e32c53
No known key found for this signature in database
22 changed files with 237 additions and 149 deletions

View file

@ -9,8 +9,10 @@ class DolphinApplication : Application() {
init {
instance = this
// TODO only plant in debug builds
Timber.plant(Timber.DebugTree())
if (BuildConfig.DEBUG) {
// TODO minimal logging for release builds?
Timber.plant(Timber.DebugTree())
}
}
companion object {