Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaThomas committed Aug 16, 2023
1 parent 6841da3 commit 22b990c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class SleepTimerDialogController(bundle: Bundle) : DialogController(bundle) {
} else {
binding.fab.hide()
}
binding.fab2.show();
binding.fab2.show()
}
}
binding.fab.setOnClickListener {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import voice.common.DispatcherProvider
import voice.common.pref.PrefKeys
import voice.data.repo.BookRepository
import voice.data.repo.BookmarkRepo
import voice.playback.playstate.PlayStateManager
import javax.inject.Inject
import javax.inject.Named

Expand Down

0 comments on commit 22b990c

Please sign in to comment.