thebigg73 / OpenSongTablet

Android port of OpenSong. Use your mobile device as a portable song book. Gareth Evans
GNU General Public License v3.0
32 stars 23 forks source link

v6 beta - Autoscroll enters confused state when app resumes #240

Closed iv-gha closed 1 year ago

iv-gha commented 1 year ago

Data: If the app is running an autoscroll and is then paused and resumed autoscroll beomes confused. The scroll is stopped but the on screen info display remains present with the app still considering autoscroll active. Autoscroll needs to then be stopped before it can be started.

I suggest autoscroll is stopped in onPause.

thebigg73 commented 1 year ago

Done