The TTS screen in v2.0 shows a progress bar that is based on the number of characters read. Because of this, it is only shown in the app, but not on the lock screen: the API of the lock screen (MPRemoteCommandCenter) expects time-based progress reporting.
The TTS screen in v2.0 shows a progress bar that is based on the number of characters read. Because of this, it is only shown in the app, but not on the lock screen: the API of the lock screen (MPRemoteCommandCenter) expects time-based progress reporting.
To fix this, we should do the following: