Skip to content

Commit

Permalink
Introduce detekt warning for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 committed Dec 24, 2022
1 parent 2e86647 commit 2eda862
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/org/jellyfin/mobile/JellyfinApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class JellyfinApplication : Application() {
override fun onCreate() {
super.onCreate()

// FIXME: remove forbidden comment

// Setup logging
Timber.plant(JellyTree())

Expand Down

0 comments on commit 2eda862

Please sign in to comment.