Skip to content

Commit

Permalink
Fixes #339
Browse files Browse the repository at this point in the history
  • Loading branch information
Atick authored and atick-faisal committed Dec 29, 2024
1 parent 9653f32 commit 1901c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/dev/atick/compose/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class App : Application() {
*/
override fun onCreate() {
super.onCreate()
// if (BuildConfig.DEBUG) Timber.plant(Timber.DebugTree())
if (BuildConfig.DEBUG) Timber.plant(Timber.DebugTree())
Timber.plant(Timber.DebugTree())
}
}

0 comments on commit 1901c7d

Please sign in to comment.