Skip to content

Commit

Permalink
Update proguard-rules.pro (#3560)
Browse files Browse the repository at this point in the history
  • Loading branch information
joashrajin authored Feb 7, 2025
1 parent ffedc45 commit d921898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

# Do not optimize PlaybackService class.
# It causes na issue where the media notification is not displayed in some cases.
# It causes an issue where the media notification is not displayed in some cases.
# https://github.com/shiftyjelly/pocketcasts-android/issues/1656
# https://github.com/shiftyjelly/pocketcasts-android/pulls/2921
-keep,allowobfuscation,allowshrinking class au.com.shiftyjelly.pocketcasts.repositories.playback.PlaybackService { *; }
Expand Down

0 comments on commit d921898

Please sign in to comment.