mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Various UI/UX tweaks
This commit is contained in:
parent
005d6b11ce
commit
2212e32c53
22 changed files with 237 additions and 149 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue