Comment 2 for bug 1444695

Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

In Podbird devel v0.7.5, we added Queue support. When you click on an episode, it adds the clicked episode to the queue and then starts playing it automatically as expected. After playback, you are free to go and delete the episode from the queue. This would result in the queue being empty, and result in automatic hiding of the bottom bar.

In case you're wondering why we don't remove the episode from the queue automatically after it is played, that is due to the app lifecycle restrictions. Podbird will not be aware of whether we finished played a certain episode when it is in the background. In fact the music-app does this by *never* suspending.

I think I have fixed this issue partially by *providing* a way to hide the bottom bar. It cannot be done automatically due to the reasoning above. With that I am marking this bug as fixed.