Skip to content

Commit

Permalink
Code improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Aug 10, 2023
1 parent 89410e3 commit 164abad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class SpeakControl @Inject constructor(
// (such as headphone switching in the initial startup screen)
private val booksAvailable: Boolean get() = SwordDocumentFacade.bibles.isNotEmpty()

fun speakGeneric() {
private fun speakGeneric() {
val page = windowControl.activeWindowPageManager.currentPage
val fromBook = page.currentDocument
val key =
Expand Down

0 comments on commit 164abad

Please sign in to comment.