Skip to content

Commit

Permalink
fix: player change snackbar should display on now playing view
Browse files Browse the repository at this point in the history
it was being deferred until user returned to main browse view
  • Loading branch information
Ben Sandee committed Nov 8, 2022
1 parent 797ca66 commit ccd1c28
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ public boolean onOptionsItemSelected(MenuItem item) {
}
}

@Override
protected boolean allowSnackbarDisplay() {
return true;
}

private void setHidePlaylistItemDrawable() {
if (mHidePlaylistItem == null) {
return;
Expand Down

0 comments on commit ccd1c28

Please sign in to comment.