Object-Ping / android-daisy-epub-reader

Automatically exported from code.google.com/p/android-daisy-epub-reader
0 stars 0 forks source link

Chapters with more than one segment are played segment+1 times before next chapter played. #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Play a talking book e.g. FireSafety
2. Listen to the audio being played. At the end of a chapter with several 
segments e.g. Chapter 4, the player will start playing the same chapter 
again, as many times are there are segments in the chapter.
3. The next chapter will then be played.

The chapter should only be played once (unless the user restarts the 
chapter).

Note: you can speed up the testing by using the next chapter gesture (swipe 
DOWN on the screen) while the chapter is being played.

I think the problem is related to the way we build and navigate the 
nccEntries (see DaisyBook.java) I'd like to fix this as soon as practical.

Original issue reported on code.google.com by jha...@google.com on 19 Mar 2010 at 3:39

GoogleCodeExporter commented 8 years ago
I fixed this a while back when I added detection for the page-number - sorry 
for not updating this issue sooner.

Original comment by julianharty on 10 Jun 2010 at 7:18