Open nya-elimu opened 3 years ago
In the playAudio() method, only the first paragraph is played. Refactor the method to handle chapters that contain more than one paragraph.
playAudio()
playParagraphAudios()
final String[] chapterText
In the
playAudio()
method, only the first paragraph is played. Refactor the method to handle chapters that contain more than one paragraph.playParagraphAudios()
or something similar?final String[] chapterText
parameter from the method?