pocket-casts-android
pocket-casts-android copied to clipboard
Check if we still need this Proguard rule
# Without this the playback notification doesn't show up on fresh launch
# https://github.com/shiftyjelly/pocketcasts-android/issues/1656
-keep class au.com.shiftyjelly.pocketcasts.core.player.** { *; }
This has now been moved to the package: au.com.shiftyjelly.pocketcasts.repositories.playback
Below is issue 1656
Notifications - Media control notification doesn't appear in certain conditions
Steps to Replicate
- Clear app storage.
- Start the app.
- Tap on a podcast.
- Choose an episode and tap on the playback icon.
- Verify that the Pocket Cast icon is shown on the status bar.
- Next, pull the notification drawer and check if the media controls are visible.
- Then, lock the screen by pressing the power button.
- Verify that the media control is also visible.
Observations
- No Pocket Cast icon on the status bar.
- Media Control notification is not seen from the notification drawer nor the lockscreen.
- When I force-stop the app, restarted, and did the same steps again then the status bar icon and media controls are seen.