Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #474 from a93-39a/master
Browse files Browse the repository at this point in the history
Update OrangeSqueezeReceiver.java
  • Loading branch information
Austin H authored Aug 11, 2019
2 parents 380dcae + f967a36 commit 347e3c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ protected void parseIntent(Context ctx, String action, Bundle bundle) {
ctx, APP_NAME, APP_PACKAGE, null, false);
setMusicAPI(musicAPI);

if (action.equals(ACTION_ORANGE_METACHANGED)) {
if (action.equals(ACTION_ORANGE_PLAYSTATECHANGED) || action.equals((ACTION_ORANGE_METACHANGED))){
boolean isPlaying = bundle.getBoolean("isplaying");
boolean isPaused = bundle.getBoolean("ispaused");
if (isPaused) {
Expand Down

0 comments on commit 347e3c2

Please sign in to comment.