Skip to content

Commit

Permalink
chore: early return in filterUrl
Browse files Browse the repository at this point in the history
Non-functional, caught after code was merged

PR 15061
  • Loading branch information
david-allison committed Jan 19, 2024
1 parent 4a3506d commit 0dff980
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2289,6 +2289,7 @@ abstract class AbstractFlashcardViewer :
}
if (url.startsWith("state-mutation-error:")) {
onStateMutationError()
return true
}
if (url.startsWith("tts-voices:")) {
showDialogFragment(TtsVoicesDialogFragment())
Expand Down

0 comments on commit 0dff980

Please sign in to comment.