Skip to content

Commit

Permalink
fix(android): Avoid Accessibility.speak crash (#2554)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Mar 11, 2020
1 parent 6b88ba8 commit 77b59f8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ public void onInit(int i) {
tts.speak(value, TextToSpeech.QUEUE_FLUSH, null, "capacitoraccessibility" + System.currentTimeMillis());
}
});

// Not yet implemented
throw new UnsupportedOperationException();
}

}

0 comments on commit 77b59f8

Please sign in to comment.